|
|
@@ -130,7 +130,7 @@ private static final long serialVersionUID = 1L;
|
|
|
|
|
|
/** 接单耗时即单证审核时长(秒) */
|
|
|
@Excel(name = "接单耗时即单证审核时长(秒)")
|
|
|
- private Long orderReceiveCost;
|
|
|
+ private BigDecimal orderReceiveCost;
|
|
|
|
|
|
/** 单证放行时间 */
|
|
|
@Excel(name = "单证放行时间")
|
|
|
@@ -178,15 +178,15 @@ private static final long serialVersionUID = 1L;
|
|
|
|
|
|
/** 海关通关时间(秒) */
|
|
|
@Excel(name = "海关通关时间(秒)")
|
|
|
- private Long cuCost;
|
|
|
+ private BigDecimal cuCost;
|
|
|
|
|
|
/** 总体通关时间(秒) */
|
|
|
@Excel(name = "总体通关时间(秒)")
|
|
|
- private Long totalCost;
|
|
|
+ private BigDecimal totalCost;
|
|
|
|
|
|
/** 申报前准备时间(秒) */
|
|
|
@Excel(name = "申报前准备时间(秒)")
|
|
|
- private Long beforeDeclCost;
|
|
|
+ private BigDecimal beforeDeclCost;
|
|
|
|
|
|
/** 是否专业审单 */
|
|
|
@Excel(name = "是否专业审单")
|