Commit 4e2a7428 authored by macro's avatar macro
Browse files

Update OmsMoneyInfoParam.java

parent a9da4bfe
......@@ -17,7 +17,7 @@ public class OmsMoneyInfoParam {
private Long orderId;
@ApiModelProperty("运费金额")
private BigDecimal freightAmount;
@ApiModelProperty("管理员后台调整订单使用的折扣金额")
@ApiModelProperty("管理员后台调整订单使用的折扣金额")
private BigDecimal discountAmount;
@ApiModelProperty("订单状态:0->待付款;1->待发货;2->已发货;3->已完成;4->已关闭;5->无效订单")
private Integer status;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment