plat_task_log.go 558 B

123456789101112131415161718192021
  1. // ==========================================================================
  2. // This is auto-generated by gf cli tool. Fill this file as you wish.
  3. // ==========================================================================
  4. package plat
  5. import (
  6. "dashoo.cn/micro/app/model/plat/internal"
  7. "dashoo.cn/opms_libary/request"
  8. )
  9. // PlatTaskLog is the golang structure for table plat_task_log.
  10. type PlatTaskLog internal.PlatTaskLog
  11. // Fill with you ideas below.
  12. // 查询
  13. type SearchPlatTaskLogReq struct {
  14. TaskId string `json:"taskId"`
  15. request.PageReq
  16. }