package controls // 部门控件 type DeptInfo struct { Type string `json:"type"` ID string `json:"subjectId"` Name string `json:"name"` }