boweniac 1 month ago
parent
commit
2185d1e214
1 changed files with 0 additions and 8 deletions
  1. 0 8
      internal/types/types.go

+ 0 - 8
internal/types/types.go

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