From 0f2fae0470b496d8d48369ade84f8eb006fa068d Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Mon, 09 Sep 2024 17:54:17 +0800
Subject: [PATCH] 1、新增TimeUnitConsts常量
---
dyh-service/dyh-sys/src/main/java/cn/huge/module/sy/consts/TimeUnitConsts.java | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/dyh-service/dyh-sys/src/main/java/cn/huge/module/sy/consts/TimeUnitConsts.java b/dyh-service/dyh-sys/src/main/java/cn/huge/module/sy/consts/TimeUnitConsts.java
new file mode 100644
index 0000000..b82c659
--- /dev/null
+++ b/dyh-service/dyh-sys/src/main/java/cn/huge/module/sy/consts/TimeUnitConsts.java
@@ -0,0 +1,42 @@
+package cn.huge.module.sy.consts;
+
+/**
+ * @title: 时间单位常量类
+ * @description: 时间单位常量类
+ * @company: hugeinfo
+ * @author: liyj
+ * @time: 2021-11-05 16:51:48
+ * @version: 1.0.0
+ */
+public class TimeUnitConsts {
+ /**
+ * 时间单位,
+ */
+ public static final String TIME_UNIT_1 = "year";
+ public static final String TIME_UNIT_2 = "month";
+ public static final String TIME_UNIT_3 = "day";
+ public static final String TIME_UNIT_4 = "hour";
+ public static final String TIME_UNIT_5 = "minute";
+}
+/**
+ * -------------------_ooOoo_-------------------
+ * ------------------o8888888o------------------
+ * ------------------88" . "88------------------
+ * ------------------(| -_- |)------------------
+ * ------------------O\ = /O------------------
+ * ---------------____/`---'\____---------------
+ * -------------.' \\| |// `.-------------
+ * ------------/ \\||| : |||// \------------
+ * -----------/ _||||| -:- |||||- \-----------
+ * -----------| | \\\ - /// | |-----------
+ * -----------| \_| ''\---/'' | |-----------
+ * -----------\ .-\__ `-` ___/-. /-----------
+ * ---------___`. .' /--.--\ `. . __----------
+ * ------."" '< `.___\_<|>_/___.' >'"".-------
+ * -----| | : `- \`.;`\ _ /`;.`/ - ` : | |-----
+ * -----\ \ `-. \_ __\ /__ _/ .-` / /-----
+ * ======`-.____`-.___\_____/___.-`____.-'======
+ * -------------------`=---='
+ * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ * ---------佛祖保佑---hugeinfo---永无BUG----------
+ */
--
Gitblit v1.8.0