...
|
...
|
@@ -6,7 +6,7 @@ import ( |
|
|
|
|
|
type EditParentCommand struct {
|
|
|
Id int64 `cname:"用户ID" json:"id,string" valid:"Required"`
|
|
|
ParentId int64 `cname:"上级ID" json:"parentId"`
|
|
|
ParentId int64 `cname:"上级ID" json:"parentId,string"`
|
|
|
CompanyId int `cname:"公司ID" json:"companyId"`
|
|
|
OperatorId int `cname:"操作人ID" json:"operatorId"`
|
|
|
}
|
...
|
...
|
|