liurunyu
2024-04-24 9a0d28e97105adc7979b2450b48ee2e912301493
1
2
3
4
5
6
7
package com.dy.common.webUtil;
 
public class WebUtil {
    public static Long getLoginUserId(){
        return 2023091314230011L ;
    }
}