forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-09 0f2fae0470b496d8d48369ade84f8eb006fa068d
1、新增TimeUnitConsts常量
1 files added
42 ■■■■■ changed files
dyh-service/dyh-sys/src/main/java/cn/huge/module/sy/consts/TimeUnitConsts.java 42 ●●●●● patch | view | raw | blame | history
dyh-service/dyh-sys/src/main/java/cn/huge/module/sy/consts/TimeUnitConsts.java
New file
@@ -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----------
 */