添加参数

This commit is contained in:
lu
2023-10-17 19:55:48 +08:00
parent 5d46f86439
commit d9687bd6f5

View File

@@ -79,6 +79,10 @@ public class CasePageVo extends PageDto {
private List<String> org2;
private List<String> org3;
private String sysType1;
private String sysType2;
private String sysType3;
public boolean isYearsEmpty() {
return CollUtil.isEmpty(this.years);
}