@ -1,8 +1,9 @@
package com.epmet.dto;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
/**
@ -51,16 +52,6 @@ public class IcTripReportRecordDTO implements Serializable {
*/
private String userType;
* 0:未加入;1:已加入
private Integer heSuanCheck;
* 最近一次通知时间
private Date latestNoticeTime;
* 现居地编码
@ -163,7 +163,7 @@ public class IcNatController implements ResultDataResolver {
* 导入excel
* @return
@PostMapping("importExcel")
@PostMapping("import")
public Result importExcel(MultipartFile file) {
String userId = EpmetRequestHolder.getHeader(AppClientConstant.USER_ID);
@ -51,16 +51,6 @@ public class IcTripReportRecordEntity extends BaseEpmetEntity {
@ -35,12 +35,6 @@ public class IcTripReportRecordExcel {
@Excel(name = "居民端小程序的人:resi;数字社区的居民:icresi;未关联上的:other")
@Excel(name = "0:未加入;1:已加入")
@Excel(name = "最近一次通知时间")
@Excel(name = "现居地编码")
private String presentAddressCode;