feat
parent
dbc9381724
commit
c7b780d2ef
|
@ -35,9 +35,9 @@ public class ModelVersion extends BaseEntity {
|
|||
@TableId
|
||||
private Long id;
|
||||
/**
|
||||
* 版本名称
|
||||
* 模型id
|
||||
*/
|
||||
@ApiModelProperty(value = "版本名称")
|
||||
@ApiModelProperty(value = "模型id")
|
||||
private Long modelId;
|
||||
/**
|
||||
* 版本名称
|
||||
|
@ -47,7 +47,7 @@ public class ModelVersion extends BaseEntity {
|
|||
/**
|
||||
* 模型类型ID
|
||||
*/
|
||||
@ApiModelProperty(value = "模型类型ID")
|
||||
@ApiModelProperty(value = "基础模型")
|
||||
private Long modelType;
|
||||
/**
|
||||
* 文件地址
|
||||
|
|
Loading…
Reference in New Issue