diff --git a/models/base/base.go b/models/base/base.go index 9461ec8..d8a03ff 100644 --- a/models/base/base.go +++ b/models/base/base.go @@ -30,17 +30,18 @@ type ArtData struct { * ******************************************************************************/ type UserViewInfo struct { - PlantNr int `json:"User-PlantNr"` - UserId string `json:"User-UserId"` - Name string `json:"User-Name"` - NickName string `json:"User-NickName"` - Phone string `json:"User-Phone"` - Email string `json:"User-Email"` - Status string `json:"User-Status"` - Gender string `json:"User-Gender"` - RoleId int `json:"User-RoleId"` - Role string `json:"User-Role"` - Remark string `json:"User-Remark"` + PlantNr int `json:"User-PlantNr"` + UserId string `json:"User-UserId"` + Name string `json:"User-Name"` + NickName string `json:"User-NickName"` + Phone string `json:"User-Phone"` + Email string `json:"User-Email"` + Status string `json:"User-Status"` + Gender string `json:"User-Gender"` + RoleId int `json:"User-RoleId"` + Role string `json:"User-Role"` + Remark string `json:"User-Remark"` + CustCommissioner string `json:"User-CustCommissioner"` } type SysUserPwd struct { @@ -71,6 +72,6 @@ type CustomerLable struct { CreateModel string `json:"CreateModel" xorm:"-"` Label string `json:"Label" xorm:"-"` Children []CustomerLable `json:"Children" xorm:"-"` - ArtId string `json:"ArtId" xorm:"-"` - Leaf bool `json:"Leaf" xorm:"-"` + ArtId string `json:"ArtId" xorm:"-"` + Leaf bool `json:"Leaf" xorm:"-"` }