package response import "eta/eta_mini_crm/models" type SysDepartmentListResp struct { List []*models.SysDepartmentList }