Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -25,6 +25,10 @@ public class VipPayParamDTO {
|
|||||||
* 霸王餐使用 是否整单打包
|
* 霸王餐使用 是否整单打包
|
||||||
*/
|
*/
|
||||||
private Integer allPack;
|
private Integer allPack;
|
||||||
|
/**
|
||||||
|
* 用户端 使用 全打包 或者 全不打包
|
||||||
|
*/
|
||||||
|
private Integer userAllPack;
|
||||||
@NotNull(message = "充值金额不为空")
|
@NotNull(message = "充值金额不为空")
|
||||||
private BigDecimal amount;
|
private BigDecimal amount;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user