作者 tangxuhui

数据结构调整

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