补齐json tag
This commit is contained in:
parent
bfef9134b7
commit
e5efa596d9
@ -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 驳回
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user