package common type UsableRange struct { // 【组织列表】组织列表 Departments []*DepartmentResponse `json:"departments,omitempty"` }