Administrator
2024-01-23 f27bcdd3a3dcc85fdb8334399240d27d7f964c01
1
2
3
4
5
6
7
package com.dy.common.webUtil;
 
public class WebUtil {
    public static Long getLoginUserId(){
        return 2023091314230011L ;
    }
}