mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-26 19:10:26 +08:00
6 lines
90 B
Go
6 lines
90 B
Go
|
|
package form
|
||
|
|
|
||
|
|
type ImageOp struct {
|
||
|
|
ImageId string `json:"imageId" binding:"required"`
|
||
|
|
}
|