cjl
2024-04-18 f72da3bc5ca43fd37c1f0de15a1e9128a627a563
screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationPageCond.java
@@ -25,13 +25,13 @@
public class AllocationPageCond implements Serializable{
    @ApiModelProperty(value = "责任单位id")
    private Integer unitId;
    private List<Integer> unitId;
    @ApiModelProperty(value = "污染分类id")
    private Integer polluteType;
    private List<Integer> polluteType;
    @ApiModelProperty(value = "流程状态")
    private Integer state;
    private List<Integer> state;
    @ApiModelProperty(value = "排查方式id")
    private Integer investigationType;