Commit fbd36072 authored by 高滢's avatar 高滢

标注该属性不作为数据库字段使用

parent e5ccadd0
...@@ -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