model/request/common.go
@@ -16,7 +16,7 @@ type ReportWork struct { ProcedureId uint `json:"procedureId,string" binding:"required"` //工序id ReportAmount int `json:"reportAmount" binding:"required"` //报工数量 WorkerID string `json:"workerID" binding:"required"` //报告者id WorkerID string `json:"workerID"` //报告者id } type ReportWorkList struct {