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