mitao
2025-05-20 179c4d64313c9b7572778da4aaaf6c6584fe457d
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationHouseEditAdminDTO.java
@@ -1,14 +1,14 @@
package com.panzhihua.common.model.dtos.community;
import java.io.Serializable;
import java.math.BigDecimal;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.io.Serializable;
import java.math.BigDecimal;
/**
 *  实有房屋编辑请求参数
 * 实有房屋编辑请求参数
 */
@Data
@ApiModel("实有房屋编辑请求参数")
@@ -24,12 +24,12 @@
    /**
     * 建筑用途
     */
    @ApiModelProperty(value="建筑用途")
    @ApiModelProperty(value = "建筑用途")
    private String constructPurpose;
    /**
     * 房屋编号
     */
    @ApiModelProperty(value="房屋编号")
    @ApiModelProperty(value = "房屋编号")
    private String code;
    /**
@@ -45,7 +45,7 @@
    /**
     * 管控状态(1.常规 2.关注 3.管控)
     */
    @ApiModelProperty(value="管控状态(1.常规 2.关注 3.管控)")
    @ApiModelProperty(value = "管控状态(1.常规 2.关注 3.管控)")
    private Integer controlStatus;
}