src/main/java/cc/mrbird/febs/mall/dto/AddOrderDto.java | ●●●●● patch | view | raw | blame | history |
src/main/java/cc/mrbird/febs/mall/dto/AddOrderDto.java
@@ -19,6 +19,9 @@ @ApiModelProperty(value = "地址ID", example = "1") private Long addressId; @ApiModelProperty(value = "订单提交类型", example = "1从购物车提交, 2从商品直接提交") private Integer type; @ApiModelProperty(value = "备注") private String remark;