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