update: 更新模型列表查询接口以支持私有化过滤
This commit is contained in:
@@ -82,6 +82,7 @@ type ListModelReq struct {
|
||||
PageSize int `p:"pageSize" json:"pageSize" dc:"每页条数(默认10)"`
|
||||
ModelName string `p:"modelName" json:"modelName" dc:"模型名称(模糊查询,可选)"`
|
||||
ModelType int `p:"modelType" json:"modelType" dc:"模型类型"`
|
||||
IsPrivate int `p:"isPrivate" json:"isPrivate" dc:"是否私有化 0-私有 1-公共"`
|
||||
}
|
||||
|
||||
type ListModelRes struct {
|
||||
|
||||
Reference in New Issue
Block a user