Commit 7cea7d5e by 陶光胜

init

parent 57e14276
......@@ -5,4 +5,20 @@ import java.io.Serializable;
public class UserDetail implements Serializable {
private Integer userId;
private Integer enterpriseId = 1111;
public Integer getUserId() {
return userId;
}
public void setUserId(Integer userId) {
this.userId = userId;
}
public Integer getEnterpriseId() {
return enterpriseId;
}
public void setEnterpriseId(Integer enterpriseId) {
this.enterpriseId = enterpriseId;
}
}
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