liurunyu
2024-09-30 77c41c9c22830760c7c4e4094695dbd99968d1ee
1
2
3
4
5
6
7
package com.dy.common.webUtil;
 
public class WebUtil {
    public static Long getLoginUserId(){
        return 2023091314230011L ;
    }
}