| | |
| | | /** |
| | | * 订单状态 |
| | | */ |
| | | @Excel(name = "订单状态") |
| | | private String status; |
| | | @Excel(name = "订单状态" , readConverterExp = "1=待发货,2=待收货,3=待使用,4=已完成,5=已取消,6=已退款,7=售后中,8=已评价") |
| | | private String orderStatus; |
| | | |
| | | /** |
| | | * 订单编号 |
| | | */ |
| | | @Excel(name = "订单编号") |
| | | private String code; |
| | | private String orderNumber; |
| | | |
| | | /** |
| | | * 订单类型 |
| | | */ |
| | | @Excel(name = "订单类型") |
| | | @Excel(name = "订单类型", readConverterExp = "1=服务,2=单品") |
| | | private String orderType; |
| | | |
| | | /** |
| | |
| | | * 商品售价 |
| | | */ |
| | | @Excel(name = "商品售价") |
| | | private BigDecimal goodsPrice; |
| | | private BigDecimal sellingPrice; |
| | | |
| | | /** |
| | | * 成本价 |
| | | */ |
| | | @Excel(name = "成本价") |
| | | private BigDecimal costPrice; |
| | | @Excel(name = "公司运营成本") |
| | | private BigDecimal companyCostPrice; |
| | | |
| | | /** |
| | | * 成本价 |
| | | */ |
| | | @Excel(name = "门店、供应商成本") |
| | | private BigDecimal supplierCostPrice; |
| | | |
| | | /** |
| | | * 支付金额 |