cjl
2023-12-14 6992aaf0587c09f7c511c1afd12e1519d91363d3
screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationUpdateCond.java
@@ -49,6 +49,17 @@
    @NotNull(message = "污染分类不能为空!")
    private Integer polluteType;
    @ApiModelProperty(value = "纬度")
    private String latitude;
    @ApiModelProperty(value = "经度")
    private String longitude;
    @ApiModelProperty(value = "省市区地址")
    private String address;
    @ApiModelProperty(value = "详细地址")
    private String name;
    @ApiModelProperty(value = "整改类型id")
    @NotNull(message = "整改类型不能为空!")
    private Integer changeType;
@@ -78,6 +89,10 @@
    @ApiModelProperty(value = "基础附件")
    private List<FileVo> fileBaseList;
    @ApiModelProperty(value = "重点任务类型")
    private Integer keyPoint;
    public Allocation convert() {
        Allocation allocation = BeanConverts.convert(this, Allocation.class);
        return allocation;