|
|
@ -47,6 +47,10 @@ public class BsSuitCaseParam extends BaseBean {
|
|
|
|
@ApiParam(value = "参数名称)")
|
|
|
|
@ApiParam(value = "参数名称)")
|
|
|
|
private String paramName;
|
|
|
|
private String paramName;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "PARENT_PARAM_NAME")
|
|
|
|
|
|
|
|
@ApiParam(value = "上级参数名称)")
|
|
|
|
|
|
|
|
private String parentParamName;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "PARAM_VAL_TYPE_ID")
|
|
|
|
@Column(name = "PARAM_VAL_TYPE_ID")
|
|
|
|
@ApiParam(value = "参数值类型")
|
|
|
|
@ApiParam(value = "参数值类型")
|
|
|
|
private Integer paramValTypeId;
|
|
|
|
private Integer paramValTypeId;
|
|
|
|