订单接口完善

This commit is contained in:
zhh
2018-10-30 16:40:11 +08:00
parent b71ae01aed
commit 306da6f4d9
5 changed files with 63 additions and 2 deletions

View File

@@ -15,4 +15,5 @@ public class OmsMoneyInfoParam {
private Long orderId;
private BigDecimal freightAmount;
private BigDecimal discountAmount;
private Integer status;
}