sys_department.go 127 B

1234567
  1. package response
  2. import "eta/eta_mini_crm_ht/models"
  3. type SysDepartmentListResp struct {
  4. List []*models.SysDepartmentList
  5. }