|
@@ -121,5 +121,4 @@ type BaseUserInfo struct {
|
|
|
UnitId int `orm:"UnitId" json:"unitId"` // 二级单位ID(供方字段用)
|
|
UnitId int `orm:"UnitId" json:"unitId"` // 二级单位ID(供方字段用)
|
|
|
Unit string `orm:"Unit" json:"unit"` //
|
|
Unit string `orm:"Unit" json:"unit"` //
|
|
|
DeletedAt *gtime.Time `orm:"DeletedAt" json:"deletedAt"` // 删除时间
|
|
DeletedAt *gtime.Time `orm:"DeletedAt" json:"deletedAt"` // 删除时间
|
|
|
- MasterId int `orm:"MasterId" json:"master_id"` // 主用户Id
|
|
|
|
|
}
|
|
}
|