|
|
@ -19,6 +19,8 @@ public class ImportHouseGeneralDTO implements Serializable { |
|
|
|
*/ |
|
|
|
private String agencyName; |
|
|
|
private String agencyId; |
|
|
|
private String pid; |
|
|
|
private String pids; |
|
|
|
|
|
|
|
/** |
|
|
|
* 网格名、ID |
|
|
@ -37,6 +39,10 @@ public class ImportHouseGeneralDTO implements Serializable { |
|
|
|
*/ |
|
|
|
private String buildingName; |
|
|
|
private String buildingId; |
|
|
|
private String type; |
|
|
|
private Integer totalUnitNum; |
|
|
|
private Integer totalFloorNum; |
|
|
|
private Integer totalHouseNum; |
|
|
|
|
|
|
|
/** |
|
|
|
* 单元号、ID |
|
|
|