|
@@ -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
|