|
@@ -4432,14 +4432,6 @@ type DepartmentInfoResp struct {
|
|
Data DepartmentInfo `json:"data"`
|
|
Data DepartmentInfo `json:"data"`
|
|
}
|
|
}
|
|
|
|
|
|
-// swagger:model CreateInfo
|
|
|
|
-type CreateInfo struct {
|
|
|
|
- // Translated Name | 展示名称
|
|
|
|
- UserName string `json:"username"`
|
|
|
|
- // Name | 部门名称
|
|
|
|
- Title *string `json:"title"`
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
// swagger:model AppsListReq
|
|
// swagger:model AppsListReq
|
|
type AppsListReq struct {
|
|
type AppsListReq struct {
|
|
Type string `json:"type"`
|
|
Type string `json:"type"`
|