From 76aa623a3ee4b5346be4b98ae1ae1b8184ea9ad9 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 21 Nov 2025 11:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E5=A4=A7=E9=80=81=E7=A4=BC=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/app/dto/cmd/gift/GiveAwayGiftBackpackCmd.java | 2 +- .../red/circle/other/app/dto/cmd/gift/GiveAwayGiftBatchCmd.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/cmd/gift/GiveAwayGiftBackpackCmd.java b/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/cmd/gift/GiveAwayGiftBackpackCmd.java index 3f3bf00b..5a38e46b 100644 --- a/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/cmd/gift/GiveAwayGiftBackpackCmd.java +++ b/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/cmd/gift/GiveAwayGiftBackpackCmd.java @@ -44,7 +44,7 @@ public class GiveAwayGiftBackpackCmd extends AppExtCommand { * * @eo.required */ - @Range(min = 1, max = 999, message = "quantity range 1~999") + @Range(min = 1, max = 7777, message = "quantity range 1~7777") @NotNull(message = "quantity required.") private Integer quantity; diff --git a/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/cmd/gift/GiveAwayGiftBatchCmd.java b/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/cmd/gift/GiveAwayGiftBatchCmd.java index cbcf37e6..bf389bd3 100644 --- a/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/cmd/gift/GiveAwayGiftBatchCmd.java +++ b/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/cmd/gift/GiveAwayGiftBatchCmd.java @@ -45,7 +45,7 @@ public class GiveAwayGiftBatchCmd extends AppExtCommand { /** * 礼物数量. */ - @Range(min = 1, max = 999, message = "quantity range 1~999") + @Range(min = 1, max = 7777, message = "quantity range 1~7777") @NotNull(message = "quantity required.") private Integer quantity;