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