Browse Source

订单编号

release_toaliyun_real
xhxu 5 years ago
parent
commit
88b0ee3ff6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java View File

@@ -25,6 +25,7 @@ public class WxCouponOrderBVo extends WxCouponOrder {
protected Long id;

/** 基础购买到的券信息 */
@Excel(name = "订单编号", width = 20, orderNum = "1", prefix = "`")
@io.swagger.annotations.ApiModelProperty(value = "用户订单ID", name = "orderId")
private Long orderId;



Loading…
Cancel
Save