补齐json tag

This commit is contained in:
lzh 2025-06-15 14:28:33 +08:00
parent bfef9134b7
commit e5efa596d9

View File

@ -1,7 +1,7 @@
package bundle package bundle
type UserWorkConfirmReq struct { type UserWorkConfirmReq struct {
WorkUuid string WorkUuid string `json:"workUuid"`
ConfirmRemark string ConfirmRemark string `json:"confirmRemark"`
ConfirmStatus int // 1确认 2 驳回 ConfirmStatus int `json:"confirmStatus"` // 1确认 2 驳回
} }