Files
gin-vue-admin/server/model/example/response/exa_breakpoint_continue.go
T

12 lines
286 B
Go

package response
import "github.com/flipped-aurora/gin-vue-admin/server/model/example"
type FilePathResponse struct {
FilePath string `json:"filePath" comment:"文件路径" example:"xxx/xx"`
}
type FileResponse struct {
File example.ExaFile `json:"file" comment:"文件详情"`
}