server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkCustomerNavigation.java
@@ -54,11 +54,11 @@ @ApiModelProperty(value = "起始客户编码(起点位-1)", example = "1") @ExcelColumn(name="起始客户编码(起点位-1)") private Long startId; private Integer startId; @ApiModelProperty(value = "终端客户编码(起点位-1)", example = "1") @ExcelColumn(name="终端客户编码(起点位-1)") private Long endId; private Integer endId; @ApiModelProperty(value = "距离(米)", example = "1") @ExcelColumn(name="距离(米)")