Browse Source

新增模型转换任务Api接口

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.11.2^2
zouap 3 years ago
parent
commit
ec13dacb40
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/ai_model_manage.go

+ 1
- 1
models/ai_model_manage.go View File

@@ -14,7 +14,7 @@ import (
type AiModelManage struct {
ID string `xorm:"pk" json:"id"`
Name string `xorm:"INDEX NOT NULL" json:"name"`
ModelType int `xorm:"NULL"`
ModelType int `xorm:"NULL" json:"modelType"`
Version string `xorm:"NOT NULL" json:"version"`
VersionCount int `xorm:"NOT NULL DEFAULT 0" json:"versionCount"`
New int `xorm:"NOT NULL" json:"new"`


Loading…
Cancel
Save