feat: 增加车机版本id

This commit is contained in:
zhanghao 2026-02-04 14:14:17 +08:00
parent ff958bd216
commit e553e66379

View File

@ -80,6 +80,9 @@ public class TiProject extends BaseEntity {
@ApiModelProperty(value = "评价id")
private Long indicatorId;
@ApiModelProperty(value = "车机版本id")
private Long vehicleConfigId;
@ApiModelProperty(value = "测试功能id列表")
private String testFuncs;
}