fonchain-fiee/pkg/model/bundle/bundle.go

8 lines
134 B
Go
Raw Normal View History

2025-06-15 04:18:50 +00:00
package bundle
type UserWorkConfirmReq struct {
WorkUuid string
ConfirmRemark string
ConfirmStatus int // 1确认 2 驳回
}