| 123456789101112131415161718192021 |
- // ==========================================================================
- // This is auto-generated by gf cli tool. Fill this file as you wish.
- // ==========================================================================
- package plat
- import (
- "dashoo.cn/micro/app/model/plat/internal"
- "dashoo.cn/opms_libary/request"
- )
- // PlatTaskLog is the golang structure for table plat_task_log.
- type PlatTaskLog internal.PlatTaskLog
- // Fill with you ideas below.
- // 查询
- type SearchPlatTaskLogReq struct {
- TaskId string `json:"taskId"`
- request.PageReq
- }
|