...
|
...
|
@@ -72,7 +72,7 @@ type DepartmentStatisticsRequest struct { |
|
|
Type int `json:"type"` //0:已审核 0:待审核
|
|
|
}
|
|
|
type DepartmentStatisticsResponse struct {
|
|
|
Total int `json:"total"`
|
|
|
Total int `json:"approvedTotal"`
|
|
|
List []*DepartmentStatistics `json:"departmentStatistics"`
|
|
|
}
|
|
|
|
...
|
...
|
|