|
@ -37,6 +37,9 @@ public class WxmpMsgSendRecordExcel { |
|
|
@Excel(name = "客户Id 客户Id") |
|
|
@Excel(name = "客户Id 客户Id") |
|
|
private String customerId; |
|
|
private String customerId; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "网格Id") |
|
|
|
|
|
private String gridId; |
|
|
|
|
|
|
|
|
@Excel(name = "所属端类型 居民端:resi 工作端:work") |
|
|
@Excel(name = "所属端类型 居民端:resi 工作端:work") |
|
|
private String clientType; |
|
|
private String clientType; |
|
|
|
|
|
|
|
|