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