forked from luyan/epmet-cloud-lingshan
11 changed files with 89 additions and 17 deletions
@ -0,0 +1,28 @@ |
|||
package com.epmet.dto.result.lingshan; |
|||
|
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* @Description 绑定联户入参明细 |
|||
* @Author yzm |
|||
* @Date 2023/5/16 20:16 |
|||
*/ |
|||
@Data |
|||
public class PartyCenterHouseBindLianHuDetailDTO { |
|||
/** |
|||
* 小区id |
|||
* 楼栋id |
|||
* 单元id |
|||
* 房屋id |
|||
*/ |
|||
private String id; |
|||
|
|||
/** |
|||
* 小区: |
|||
* 楼栋: |
|||
* 单元: |
|||
* 房屋 |
|||
*/ |
|||
private String type; |
|||
} |
|||
|
Loading…
Reference in new issue