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