liurunyu
2024-06-28 6a6d287641a28ad19dfa1c319fe7a9191ef9ad52
1
2
3
4
5
6
7
package com.dy.common.webUtil;
 
public class WebUtil {
    public static Long getLoginUserId(){
        return 2023091314230011L ;
    }
}