| | |
| | | @ApiModelProperty(value = "新注册用户赠送优惠券ID(多个以,分割)") |
| | | private String registerGiftCouponIds; |
| | | |
| | | @ApiModelProperty(value = "注册完成订单奖励单数") |
| | | private String registerRewardOrderCount; |
| | | |
| | | @ApiModelProperty(value = "注册完成订单奖励金额(分)") |
| | | private String registerRewardAmount; |
| | | |
| | | @ApiModelProperty(value = "平台完成订单奖励单数") |
| | | private String platformRewardOrderCount; |
| | | |
| | | @ApiModelProperty(value = "平台完成订单奖励金额(分)") |
| | | private String platformRewardAmount; |
| | | |
| | | @ApiModelProperty(value = "发票开具月份限制(月)", required = true) |
| | | private String invoiceMonthLimit; |
| | | |
| | | } |