Commit 4f2b9ac2 authored by 王飞's avatar 王飞

Merge branch 'gaoying' into 'dev'

Gaoying

See merge request !118
parents b96de2b8 fbd36072
...@@ -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