Compare commits

..

No commits in common. "aabccf6d99fba42c2f971120f896931dee9c45ce" and "dc2b5c9daaa83316020738c7537b319cb4ee9d0c" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@ public class ModelVersion extends BaseEntity {
@TableId
private Long id;
/**
* id
*
*/
@ApiModelProperty(value = "模型id")
@ApiModelProperty(value = "版本名称")
private Long modelId;
/**
*
@ -47,7 +47,7 @@ public class ModelVersion extends BaseEntity {
/**
* ID
*/
@ApiModelProperty(value = "基础模型")
@ApiModelProperty(value = "模型类型ID")
private Long modelType;
/**
*