1234567891011121314151617 |
- package request
- type ReportPushStatusReq struct {
- ReportPushStatusId int
- }
- type BatchReportModifyPushStatusReq struct {
- ChartPermissionIds []int
- ClassifyIds []int
- SelectedIds []int
- IsSelectAll bool
- PublishStartDate string
- PublishEndDate string
- PushStartDate string
- PushEndDate string
- KeyWord string
- }
|