Administrator
8 days ago a2ed552b0baa75c355c9ff9edce6edcf2f83a8eb
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;