"src/main/java/com/jsh/base/Log.java" did not exist on "55135acaaa46578149cb875bbd7c3202ef6b7720"
Commit 4e2a7428 authored by macro's avatar macro
Browse files

Update OmsMoneyInfoParam.java

parent a9da4bfe
...@@ -17,7 +17,7 @@ public class OmsMoneyInfoParam { ...@@ -17,7 +17,7 @@ public class OmsMoneyInfoParam {
private Long orderId; private Long orderId;
@ApiModelProperty("运费金额") @ApiModelProperty("运费金额")
private BigDecimal freightAmount; private BigDecimal freightAmount;
@ApiModelProperty("管理员后台调整订单使用的折扣金额") @ApiModelProperty("管理员后台调整订单使用的折扣金额")
private BigDecimal discountAmount; private BigDecimal discountAmount;
@ApiModelProperty("订单状态:0->待付款;1->待发货;2->已发货;3->已完成;4->已关闭;5->无效订单") @ApiModelProperty("订单状态:0->待付款;1->待发货;2->已发货;3->已完成;4->已关闭;5->无效订单")
private Integer status; 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