Browse Source

金蝶更新

pull/237/head
yehongyang 3 years ago
parent
commit
4e75747338
1 changed files with 14 additions and 13 deletions
  1. +14
    -13
      models/base/base.go

+ 14
- 13
models/base/base.go View File

@ -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:"-"`
}

Loading…
Cancel
Save