|
|
@ -35,12 +35,6 @@ public class IcTripReportRecordExcel { |
|
|
|
@Excel(name = "居民端小程序的人:resi;数字社区的居民:icresi;未关联上的:other") |
|
|
|
private String userType; |
|
|
|
|
|
|
|
@Excel(name = "0:未加入;1:已加入") |
|
|
|
private Integer heSuanCheck; |
|
|
|
|
|
|
|
@Excel(name = "最近一次通知时间") |
|
|
|
private Date latestNoticeTime; |
|
|
|
|
|
|
|
@Excel(name = "现居地编码") |
|
|
|
private String presentAddressCode; |
|
|
|
|
|
|
|