Compare commits

...

2 Commits

Author SHA1 Message Date
lzh
549a557bf2 Merge branch 'dev-lzh' into dev 2025-06-15 14:28:40 +08:00
lzh
e5efa596d9 补齐json tag 2025-06-15 14:28:33 +08:00

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 驳回
} }