...
|
...
|
@@ -10,7 +10,7 @@ type SwitchOrgCommand struct { |
|
|
//操作人
|
|
|
Operator domain.Operator `json:"-"`
|
|
|
// 组织ID
|
|
|
OrgId int64 `json:"orgId,string"`
|
|
|
OrgId int64 `json:"orgId"`
|
|
|
}
|
|
|
|
|
|
func (switchOrgCommand *SwitchOrgCommand) Valid(validation *validation.Validation) {
|
...
|
...
|
|