Commit 006f40d2 authored by wdy's avatar wdy

Merge branch 'dev' of http://gitlab.91isoft.com:90/wangfei/vehicle-quality-review into wangdingyi

parents db81062e 4f2b9ac2
...@@ -79,10 +79,12 @@ public class TestUseCase implements Serializable { ...@@ -79,10 +79,12 @@ public class TestUseCase implements Serializable {
/** 测试场景 */ /** 测试场景 */
@ApiModelProperty("测试场景") @ApiModelProperty("测试场景")
@TableField(exist = false)
private String testScenario; private String testScenario;
/** 测试类型*/ /** 测试类型*/
@ApiModelProperty("测试类型") @ApiModelProperty("测试类型")
@TableField(exist = false)
private String testType; private String testType;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment