|
|
|
@@ -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; |
|
|
|
|