luofl
2025-03-07 faf27967a7f94a4ed03a179ec2670031576f4502
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;
}