package bundle type UserWorkConfirmReq struct { WorkUuid string ConfirmRemark string ConfirmStatus int // 1确认 2 驳回 }