Files
sundynix-plant-be/model/system/request/oss.go
T
2026-02-06 14:44:06 +08:00

9 lines
154 B
Go

package request
import common "sundynix-go/model/commom/request"
type GetOssFileList struct {
common.PageInfo
Name string `json:"name" form:"name"`
}