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