作者 tangxuhui

数据结构调整

... ... @@ -10,7 +10,7 @@ import (
type OrgListQuery struct {
//操作人
Operator domain.Operator `json:"-"`
OrgCode string `json:"OrgCode"`
OrgCode string `json:"orgCode"`
DepName string `json:"depName"`
ParentId string `json:"parentId"`
}
... ...