Files
mayfly-go/server/internal/flow/api/form/procinst.go

7 lines
125 B
Go
Raw Normal View History

package form
type ProcinstTaskAudit struct {
Id uint64 `json:"id" binding:"required"`
Remark string `json:"remark"`
}