Compare commits
No commits in common. "aabccf6d99fba42c2f971120f896931dee9c45ce" and "dc2b5c9daaa83316020738c7537b319cb4ee9d0c" have entirely different histories.
aabccf6d99
...
dc2b5c9daa
|
@ -35,9 +35,9 @@ public class ModelVersion extends BaseEntity {
|
||||||
@TableId
|
@TableId
|
||||||
private Long id;
|
private Long id;
|
||||||
/**
|
/**
|
||||||
* 模型id
|
* 版本名称
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "模型id")
|
@ApiModelProperty(value = "版本名称")
|
||||||
private Long modelId;
|
private Long modelId;
|
||||||
/**
|
/**
|
||||||
* 版本名称
|
* 版本名称
|
||||||
|
@ -47,7 +47,7 @@ public class ModelVersion extends BaseEntity {
|
||||||
/**
|
/**
|
||||||
* 模型类型ID
|
* 模型类型ID
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "基础模型")
|
@ApiModelProperty(value = "模型类型ID")
|
||||||
private Long modelType;
|
private Long modelType;
|
||||||
/**
|
/**
|
||||||
* 文件地址
|
* 文件地址
|
||||||
|
|
Loading…
Reference in New Issue