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