|
|
@ -3,7 +3,6 @@ package com.epmet.dataaggre.dto.epmetuser.result; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 居民信息分页查询表单返参 |
|
|
@ -160,7 +159,9 @@ public class IcResiUserPageResultDTO implements Serializable { |
|
|
|
*/ |
|
|
|
private Boolean isSpecial; |
|
|
|
|
|
|
|
private List<String> demandCategoryIds; |
|
|
|
|
|
|
|
// 以下属性都需要单独处理,不是直接取数据库的字段
|
|
|
|
private String demandCategoryIds; |
|
|
|
|
|
|
|
private String demandName; |
|
|
|
|
|
|
|