feat(接口测试): 提取参数添加描述列
--story=1016727 --user=陈建星 【接口测试】#33245提取参数增加描述列 https://www.tapd.cn/55049933/s/1604929
This commit is contained in:
parent
6ae08f8024
commit
b41f156672
|
@ -46,6 +46,10 @@ public abstract class MsExtract {
|
|||
* 是否启用
|
||||
*/
|
||||
private Boolean enable = true;
|
||||
/**
|
||||
* 描述
|
||||
*/
|
||||
private String description;
|
||||
|
||||
public boolean isValid() {
|
||||
return StringUtils.isNotBlank(variableName) && StringUtils.isNotBlank(expression);
|
||||
|
|
Loading…
Reference in New Issue