劲创营---任务项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
638 B

  1. package md
  2. type TaskListReq struct {
  3. P string `json:"p"`
  4. Size string `json:"size"`
  5. Cid string `json:"cid"`
  6. SettleType string `json:"settle_type"`
  7. Id string `json:"id"`
  8. }
  9. type OperatorTaskReq struct {
  10. P string `json:"p"`
  11. Size string `json:"size"`
  12. SettleStateType string `json:"task_type"`
  13. ApplyType string `json:"apply_type"`
  14. Cid string `json:"cid"`
  15. TaskId string `json:"task_id"`
  16. StartTime string `json:"start_time"`
  17. EndTime string `json:"end_time"`
  18. Uid string `json:"uid"`
  19. Level string `json:"level"`
  20. }