mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-10 19:30:25 +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"`
|
||
|
|
}
|