Commit 57e14276 by 陶光胜

增加userDetail

parent 8b72c5f8
package com.gic.enterprise.utils;
import java.io.Serializable;
public class UserDetail implements Serializable {
private Integer userId;
private Integer enterpriseId = 1111;
}
package com.gic.enterprise.utils;
public class UserDetailUtils {
public static UserDetail getUserDetail(){
return new UserDetail();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment