|
@ -60,7 +60,7 @@ public class FlowPartyDTO implements Serializable { |
|
|
private Integer freelance; |
|
|
private Integer freelance; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 是否党员 0、否 1、是 |
|
|
* 是否党员 0、流入党员 1、流出党员 |
|
|
*/ |
|
|
*/ |
|
|
private Integer party; |
|
|
private Integer party; |
|
|
|
|
|
|
|
@ -79,6 +79,11 @@ public class FlowPartyDTO implements Serializable { |
|
|
*/ |
|
|
*/ |
|
|
private String workAddr; |
|
|
private String workAddr; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 居住地址 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String villageName; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 居住网格id |
|
|
* 居住网格id |
|
|
*/ |
|
|
*/ |
|
@ -101,6 +106,11 @@ public class FlowPartyDTO implements Serializable { |
|
|
*/ |
|
|
*/ |
|
|
private String partyName; |
|
|
private String partyName; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 党支部地址 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String partyAddr; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 审核意见 |
|
|
* 审核意见 |
|
|
*/ |
|
|
*/ |
|
|