liurunyu
2024-10-31 74b5d60307823de027c220d9a5e98ce6104822aa
1
2
3
4
5
6
7
package com.dy.common.webUtil;
 
public class WebUtil {
    public static Long getLoginUserId(){
        return 2023091314230011L ;
    }
}