ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/vo/OrderExport.java
@@ -27,6 +27,12 @@ private String orderType; /** * 收货地址 */ @Excel(name = "收货地址") private String address; /** * 下单时间 */ @Excel(name = "下单时间") @@ -61,8 +67,14 @@ /** * 成本价 */ @Excel(name = "成本价") private BigDecimal costPrice; @Excel(name = "公司运营成本") private BigDecimal companyCostPrice; /** * 成本价 */ @Excel(name = "门店、供应商成本") private BigDecimal supplierCostPrice; /** * 支付金额 @@ -109,4 +121,6 @@ */ @Excel(name = "市区划代码") private String cityCode; private String addressJson; }