Browse Source

//couponorder

release_toaliyun_real
xhxu 3 years ago
parent
commit
4a5cfce8a8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/domain/po/WxCouponOrder.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/domain/po/WxCouponOrder.java View File

@@ -35,11 +35,11 @@ public class WxCouponOrder extends TenantEntity {
private Long cUserId;
@io.swagger.annotations.ApiModelProperty(value = "持有者ID", name = "ownerId")
private Long ownerId;
@io.swagger.annotations.ApiModelProperty(value = "操作券B端小程序用户ID", name = "bUserId")
@io.swagger.annotations.ApiModelProperty(value = "商户用户ID", name = "bUserId")
private Long bUserId;
@TableField(exist = false)
private List<Long> bUserIdList;
@io.swagger.annotations.ApiModelProperty(value = "操作券B端小程序用户商户ID", name = "bMerchantId")
@io.swagger.annotations.ApiModelProperty(value = "商户ID", name = "bMerchantId")
private Long bMerchantId;
@TableField(exist = false)
private List<Long> bMerchantIdList;


Loading…
Cancel
Save