Compare commits
4 Commits
5f4404ae1d
...
f5f2693e8e
Author | SHA1 | Date |
---|---|---|
|
f5f2693e8e | |
|
746742ed14 | |
|
aabccf6d99 | |
|
c7b780d2ef |
|
@ -35,9 +35,9 @@ public class ModelVersion extends BaseEntity {
|
|||
@TableId
|
||||
private Long id;
|
||||
/**
|
||||
* 版本名称
|
||||
* 模型id
|
||||
*/
|
||||
@ApiModelProperty(value = "版本名称")
|
||||
@ApiModelProperty(value = "模型id")
|
||||
private Long modelId;
|
||||
/**
|
||||
* 版本名称
|
||||
|
@ -45,9 +45,9 @@ public class ModelVersion extends BaseEntity {
|
|||
@ApiModelProperty(value = "版本名称")
|
||||
private String versionName;
|
||||
/**
|
||||
* 模型类型ID
|
||||
* 基础模型
|
||||
*/
|
||||
@ApiModelProperty(value = "模型类型ID")
|
||||
@ApiModelProperty(value = "基础模型")
|
||||
private Long modelType;
|
||||
/**
|
||||
* 文件地址
|
||||
|
|
Loading…
Reference in New Issue