6 changed files with 153 additions and 1 deletions
@ -0,0 +1,32 @@ |
|||
package com.elink.esua.epdc.dto.user.result; |
|||
|
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @author: qushutong |
|||
* @Date: 2020/2/11 13:09 |
|||
* @Description: 开通网格情况 |
|||
*/ |
|||
@Data |
|||
public class GridOpeningResultDTO implements Serializable { |
|||
|
|||
private static final long serialVersionUID = -852226852590425991L; |
|||
|
|||
/** |
|||
* 街道社区网格 |
|||
*/ |
|||
private String allDeptName; |
|||
/** |
|||
* 用户注册数 |
|||
*/ |
|||
private String registerCount; |
|||
|
|||
/** |
|||
* 党员注册数 |
|||
*/ |
|||
private String partyCount; |
|||
|
|||
} |
|||
Loading…
Reference in new issue