正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -21,7 +21,7 @@ type ResponseListData struct { | @@ -21,7 +21,7 @@ type ResponseListData struct { | ||
21 | type DepartmentBase struct { | 21 | type DepartmentBase struct { |
22 | Id int64 `json:"id" orm:"column(id)"` | 22 | Id int64 `json:"id" orm:"column(id)"` |
23 | Name string `json:"name" orm:"column(name)"` | 23 | Name string `json:"name" orm:"column(name)"` |
24 | - ParentId int64 `json:"parentId" orm:"column(parent_id)"` | 24 | + ParentId int64 `json:"parent_id" orm:"column(parent_id)"` |
25 | } | 25 | } |
26 | 26 | ||
27 | //RoleBase 下拉选择列表-角色 | 27 | //RoleBase 下拉选择列表-角色 |
@@ -37,7 +37,7 @@ type RoleBase struct { | @@ -37,7 +37,7 @@ type RoleBase struct { | ||
37 | type PositionBase struct { | 37 | type PositionBase struct { |
38 | Id int64 `json:"id" orm:"column(id)"` | 38 | Id int64 `json:"id" orm:"column(id)"` |
39 | Name string `json:"name" orm:"column(name)"` | 39 | Name string `json:"name" orm:"column(name)"` |
40 | - ParentId int64 `json:"parentId" orm:"column(parent_id)"` | 40 | + ParentId int64 `json:"parent_id" orm:"column(parent_id)"` |
41 | } | 41 | } |
42 | 42 | ||
43 | //DepartUserBase 下拉选择列表-部门下的人员 | 43 | //DepartUserBase 下拉选择列表-部门下的人员 |
-
请 注册 或 登录 后发表评论