mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-12 04:10:26 +08:00
7 lines
125 B
Go
7 lines
125 B
Go
package form
|
|
|
|
type ProcinstTaskAudit struct {
|
|
Id uint64 `json:"id" binding:"required"`
|
|
Remark string `json:"remark"`
|
|
}
|