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