zhubaomin
2024-08-12 2555e23c828b603944f51883a580b401962b2209
1
2
3
4
5
6
7
package com.dy.common.webUtil;
 
public class WebUtil {
    public static Long getLoginUserId(){
        return 2023091314230011L ;
    }
}