Administrator
6 days ago 4a7433917b1e711200f11c841f6f725882658366
src/main/java/cc/mrbird/febs/mall/dto/AddOrderDto.java
@@ -29,6 +29,9 @@
    @ApiModelProperty(value = "配送费")
    private BigDecimal deliveryAmount;
    @ApiModelProperty(value = "国家编码")
    private String countryCode;
    @ApiModelProperty(value = "1-普通订单/2-积分订单")
    private Integer orderType;