feat: 增加车机版本id
This commit is contained in:
parent
ff958bd216
commit
e553e66379
@ -80,6 +80,9 @@ public class TiProject extends BaseEntity {
|
|||||||
@ApiModelProperty(value = "评价id")
|
@ApiModelProperty(value = "评价id")
|
||||||
private Long indicatorId;
|
private Long indicatorId;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "车机版本id")
|
||||||
|
private Long vehicleConfigId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "测试功能id列表")
|
@ApiModelProperty(value = "测试功能id列表")
|
||||||
private String testFuncs;
|
private String testFuncs;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user