UsableRange.go 146 B

1234567
  1. package common
  2. type UsableRange struct {
  3. // 【组织列表】组织列表
  4. Departments []*DepartmentResponse `json:"departments,omitempty"`
  5. }