fanli/src/main/java/com/yeshi/fanli/vo/order/CommonOrderVO.java
@@ -15,7 +15,6 @@ * 订单-简版 * * @author yj * * @date 2018年12月23日 */ @@ -37,6 +36,10 @@ private Integer hongBaoType; // 订单总预估奖金 private BigDecimal hongBao; //订单状态描述 private String orderStateDesc; // 券红包金额 @Expose @@ -138,7 +141,6 @@ // 店铺类型 2.1.2新增 @Expose private ClientTextStyleVO shopType; public String getVipOrderDesc() { @@ -469,4 +471,12 @@ this.shopType = shopType; } public String getOrderStateDesc() { return orderStateDesc; } public void setOrderStateDesc(String orderStateDesc) { this.orderStateDesc = orderStateDesc; } }