...
|
...
|
@@ -111,7 +111,7 @@ type DepartmentStatistics struct { |
|
|
|
|
|
/*DepartmentStatistic 单部门统计*/
|
|
|
type DepartmentStatisticRequest struct {
|
|
|
DepartmentId int `json:"did"`
|
|
|
DepartmentId int `json:"departmentId"`
|
|
|
}
|
|
|
type DepartmentStatisticResponse struct {
|
|
|
DepartmentStatistic DepartmentStatistics `json:"departmentStatistic"`
|
...
|
...
|
|