方案数据修改后第二版提交
This commit is contained in:
@@ -4,6 +4,8 @@ import com.njcn.web.pojo.param.BaseParam;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
@@ -22,6 +24,18 @@ public class WlRecordPageParam extends BaseParam {
|
||||
@ApiModelProperty(value="是否匹配测试项ID")
|
||||
private Integer isTrueFlag;
|
||||
|
||||
/**
|
||||
* 添加设备时左侧的设备或测点ID
|
||||
*/
|
||||
@ApiModelProperty(value="添加设备时左侧的设备或测点ID")
|
||||
private List<String> treeIds = new ArrayList<>();
|
||||
|
||||
/**
|
||||
* 添加测试项的时候顺便添加基础数据列表要排除临时已经添加的基础设备数据
|
||||
*/
|
||||
@ApiModelProperty(value="添加测试项的时候顺便添加基础数据列表要排除临时已经添加的基础设备数据")
|
||||
private List<String> isBandIds = new ArrayList<>();
|
||||
|
||||
/**
|
||||
* 关键字多个匹配
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user