Compare commits
No commits in common. "549a557bf2385cc9fe8099d584409337bec47a3a" and "966790326e0010356e04e824514687089e2e6814" have entirely different histories.
549a557bf2
...
966790326e
@ -1,7 +1,7 @@
|
|||||||
package bundle
|
package bundle
|
||||||
|
|
||||||
type UserWorkConfirmReq struct {
|
type UserWorkConfirmReq struct {
|
||||||
WorkUuid string `json:"workUuid"`
|
WorkUuid string
|
||||||
ConfirmRemark string `json:"confirmRemark"`
|
ConfirmRemark string
|
||||||
ConfirmStatus int `json:"confirmStatus"` // 1确认 2 驳回
|
ConfirmStatus int // 1确认 2 驳回
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user