From 562699fa6d0c279fe0f4f81ce87c336a34a3fb91 Mon Sep 17 00:00:00 2001 From: hjl <1657978663@qq.com> Date: 星期二, 23 七月 2024 14:32:23 +0800 Subject: [PATCH] feat: 数据迁移;netty通信;bug修改 --- ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java b/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java index 26d7a71..dd754e6 100644 --- a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java +++ b/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java @@ -248,9 +248,14 @@ public static final Integer EIGHTEEN = 18; /** - * 数字18 + * 数字8 */ - public static final Integer EIGHT = 18; + public static final Integer EIGHT = 8; + + /** + * 数字 30 + */ + public static final Integer THIRTY = 30; /** * 数字100 @@ -258,6 +263,11 @@ public static final Integer ONE_HUNDRED = 100; /** + * 数字 365 + */ + public static final Integer YEAR_DAY = 365; + + /** * 数字 3000 */ public static final Integer THREE_THOUSAND = 3000; -- Gitblit v1.7.1