From 20a5e249aaf94a764903130fd16eacb01bc39952 Mon Sep 17 00:00:00 2001 From: ziin Date: Tue, 16 Sep 2025 19:40:11 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8F=96=E6=B6=88ai=E8=BF=87=E6=9C=9F?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=B8=8D=E8=83=BD=E7=A9=BA=E9=99=90=E5=88=B6?= =?UTF-8?q?=202.=E5=8F=96=E6=B6=88=E5=A4=A7=E5=93=A5=E8=BF=87=E6=9C=9F?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=B8=8D=E8=83=BD=E4=B8=BA=E7=A9=BA=E7=9A=84?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/admin/tenant/vo/tenant/TenantSaveReqVO.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/tenant/vo/tenant/TenantSaveReqVO.java b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/tenant/vo/tenant/TenantSaveReqVO.java index 70972dc..9df617a 100644 --- a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/tenant/vo/tenant/TenantSaveReqVO.java +++ b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/tenant/vo/tenant/TenantSaveReqVO.java @@ -45,12 +45,10 @@ public class TenantSaveReqVO { @NotNull(message = "过期时间不能为空") private LocalDateTime expireTime; - @Schema(description = "ai过期时间", requiredMode = Schema.RequiredMode.REQUIRED) - @NotNull(message = "过期时间不能为空") + @Schema(description = "ai过期时间") private LocalDateTime aiExpireTime; - @Schema(description = "大哥过期时间", requiredMode = Schema.RequiredMode.REQUIRED) - @NotNull(message = "过期时间不能为空") + @Schema(description = "大哥过期时间") private LocalDateTime brotherExpireTime;