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