forked from luyan/epmet-cloud-lingshan
1 changed files with 0 additions and 43 deletions
@ -1,43 +0,0 @@ |
|||
package com.epmet.dto.result.lingshan; |
|||
|
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* @Description |
|||
* @Author yzm |
|||
* @Date 2023/5/18 10:56 |
|||
*/ |
|||
@Data |
|||
public class ScreenPartyCenterHouseDistributionResDTO { |
|||
/** |
|||
* 小区id |
|||
*/ |
|||
private String neighborHoodId; |
|||
private String neighborHoodName; |
|||
/** |
|||
* 所属楼栋id |
|||
*/ |
|||
private String buildingId; |
|||
private String buildingName; |
|||
/** |
|||
* 所属单元id |
|||
*/ |
|||
private String buildingUnitId; |
|||
private String unitName; |
|||
|
|||
/** |
|||
* 房屋名字后台插入时生成 |
|||
*/ |
|||
private String houseName; |
|||
/** |
|||
* 房屋坐标 |
|||
*/ |
|||
private String longitude; |
|||
private String latitude; |
|||
|
|||
/** |
|||
* 灵山项目:是否党员中心户:1是;0不是 |
|||
*/ |
|||
private String partyCenterHouseFlag; |
|||
} |
|||
|
Loading…
Reference in new issue