fix: query by task-no
This commit is contained in:
@@ -36,6 +36,6 @@ type TaskListResponse struct {
|
||||
}
|
||||
|
||||
type ExportTaskRequest struct {
|
||||
TaskID int64 `json:"task_id" binding:"required"`
|
||||
TaskNo string `json:"task_no" binding:"required"`
|
||||
Type string `json:"type" binding:"required,oneof=pdf docx"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user