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