|
@@ -1,5 +1,6 @@
|
|
package com.fdkankan.sale.util;
|
|
package com.fdkankan.sale.util;
|
|
|
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.fdkankan.sale.entity.PriceList;
|
|
import com.fdkankan.sale.entity.PriceList;
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
|
|
@@ -27,6 +28,7 @@ public class OrderListVo {
|
|
private String checkResult; // 故障确认结果
|
|
private String checkResult; // 故障确认结果
|
|
private String repairRemark; // 维修记录
|
|
private String repairRemark; // 维修记录
|
|
private String checkImg; // 故障现象图片
|
|
private String checkImg; // 故障现象图片
|
|
|
|
+ @JsonFormat(shape = JsonFormat.Shape.STRING)
|
|
private BigDecimal totalCount; //总金额
|
|
private BigDecimal totalCount; //总金额
|
|
private String priceListDate; //报价日期
|
|
private String priceListDate; //报价日期
|
|
private String confirmPriceListDate; //报价日期
|
|
private String confirmPriceListDate; //报价日期
|