This commit is contained in:
张良(004796)
2024-03-04 18:54:18 +08:00
commit 273ee16e8c
585 changed files with 41565 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.ruoyi.common.constant;
/**
* <p>created on 2021/7/15</p>
*
* @author zhangliang
*/
public class DateConstant {
public final static String PATTERN_DATETIME = "yyyy-MM-dd HH:mm:ss";
public final static String PATTERN_DATE = "yyyy-MM-dd";
}