|
@ -40,6 +40,16 @@ public class PartymemberRegisterRelationEntity extends BaseEpmetEntity { |
|
|
*/ |
|
|
*/ |
|
|
private String customerId; |
|
|
private String customerId; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 所属组织机构Id |
|
|
|
|
|
*/ |
|
|
|
|
|
private String agencyId; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* agencyId的所有上级,包含自己 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String agencyIdPath; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 网格Id (customer_grid.id) |
|
|
* 网格Id (customer_grid.id) |
|
|
*/ |
|
|
*/ |
|
|