|
@@ -170,6 +170,7 @@ type PushSetChild struct {
|
|
// 用户基本信息
|
|
// 用户基本信息
|
|
type UserInfo struct {
|
|
type UserInfo struct {
|
|
Id string //mongoid
|
|
Id string //mongoid
|
|
|
|
+ PositionId int64 //职位id
|
|
BaseUserId int64 //mysql用户id
|
|
BaseUserId int64 //mysql用户id
|
|
S_m_openid string //公众号openid
|
|
S_m_openid string //公众号openid
|
|
A_m_openid string //app微信登录openid
|
|
A_m_openid string //app微信登录openid
|