update: 更新模型列表查询接口以支持私有化过滤

This commit is contained in:
2026-05-12 14:08:29 +08:00
parent 37d3461983
commit adf1d0ae6e
4 changed files with 16 additions and 8 deletions

View File

@@ -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 {