|
@@ -94,7 +94,8 @@ public class CmUser extends DataEntity<CmUser> {
|
|
private String account;//账号名: 企业账号登录使用
|
|
private String account;//账号名: 企业账号登录使用
|
|
private Integer userIdentity;//用户身份
|
|
private Integer userIdentity;//用户身份
|
|
private String realName;//真实姓名
|
|
private String realName;//真实姓名
|
|
-// private Integer companyUserID;//企业用户id
|
|
|
|
|
|
+ private Integer companyUserID;//企业用户id
|
|
|
|
+ private String openID;//微信openID
|
|
private String bindMobile;//企业绑定手机号
|
|
private String bindMobile;//企业绑定手机号
|
|
private String tipStatus;//弹窗提示状态
|
|
private String tipStatus;//弹窗提示状态
|
|
private String identityDisplay; //前台身份展示
|
|
private String identityDisplay; //前台身份展示
|
|
@@ -109,8 +110,6 @@ public class CmUser extends DataEntity<CmUser> {
|
|
private String shortName; //机构简称
|
|
private String shortName; //机构简称
|
|
private String userIds; //用户id","隔开
|
|
private String userIds; //用户id","隔开
|
|
private boolean storeStatus = false; //是否存在数据库
|
|
private boolean storeStatus = false; //是否存在数据库
|
|
- private String openID;//呵呵商城用户微信openID
|
|
|
|
-
|
|
|
|
|
|
|
|
public CmUser() {
|
|
public CmUser() {
|
|
super();
|
|
super();
|
|
@@ -708,21 +707,21 @@ public class CmUser extends DataEntity<CmUser> {
|
|
this.realName = realName;
|
|
this.realName = realName;
|
|
}
|
|
}
|
|
|
|
|
|
-// public Integer getCompanyUserID() {
|
|
|
|
-// return companyUserID;
|
|
|
|
-// }
|
|
|
|
-//
|
|
|
|
-// public void setCompanyUserID(Integer companyUserID) {
|
|
|
|
-// this.companyUserID = companyUserID;
|
|
|
|
-// }
|
|
|
|
-//
|
|
|
|
-// public String getOpenID() {
|
|
|
|
-// return openID;
|
|
|
|
-// }
|
|
|
|
-//
|
|
|
|
-// public void setOpenID(String openID) {
|
|
|
|
-// this.openID = openID;
|
|
|
|
-// }
|
|
|
|
|
|
+ public Integer getCompanyUserID() {
|
|
|
|
+ return companyUserID;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setCompanyUserID(Integer companyUserID) {
|
|
|
|
+ this.companyUserID = companyUserID;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getOpenID() {
|
|
|
|
+ return openID;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setOpenID(String openID) {
|
|
|
|
+ this.openID = openID;
|
|
|
|
+ }
|
|
|
|
|
|
public String getBindMobile() {
|
|
public String getBindMobile() {
|
|
return bindMobile;
|
|
return bindMobile;
|
|
@@ -862,12 +861,4 @@ public class CmUser extends DataEntity<CmUser> {
|
|
public void setStoreStatus(boolean storeStatus) {
|
|
public void setStoreStatus(boolean storeStatus) {
|
|
this.storeStatus = storeStatus;
|
|
this.storeStatus = storeStatus;
|
|
}
|
|
}
|
|
-
|
|
|
|
- public String getOpenID() {
|
|
|
|
- return openID;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOpenID(String openID) {
|
|
|
|
- this.openID = openID;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|