master
ChenYan 2025-01-20 11:46:42 +08:00
parent dbc9381724
commit c7b780d2ef
1 changed files with 3 additions and 3 deletions

View File

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