Administrator
1 days ago 6067debd656047dc9cb74332ede996a1d3af6cb7
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;