screen-api/src/main/java/com/moral/api/pojo/query/allocationextension/AllocationExtensionPageCond.java
@@ -24,8 +24,11 @@ @ApiModel(value="AllocationExtension - 分页查询对象", description="AllocationExtension - 分页查询对象") public class AllocationExtensionPageCond implements Serializable{ @ApiModelProperty(value = "单号") private String allocationNum; @ApiModelProperty(value = "责任单位id") private Integer unitId; private List<Integer> unitId; @ApiModelProperty(value = "污染分类id") private Integer polluteType;