Kaynağa Gözat

feat:增加字段

wangchuanjin 1 yıl önce
ebeveyn
işleme
e2f0f657b2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      p/struct.go

+ 1 - 1
p/struct.go

@@ -193,7 +193,6 @@ type UserInfo struct {
 	PositionId       int64  //职位id
 	BaseUserId       int64  //mysql用户id
 	AccountId        int64  //账户id
-	EntAccountId     int64  //企业账户id
 	S_m_openid       string //公众号openid
 	A_m_openid       string //app微信登录openid
 	Phone            string //app手机号登录
@@ -640,6 +639,7 @@ func (u *UserInfo) GetKeySets(a_key interface{}) ([]*KeySet, error) {
 }
 
 type Entniche struct {
+	AccountId   int64  //企业账户id
 	EntId       int    //企业id
 	EntName     string //企业名称
 	DeptId      int    //部门id