SystemDateConstant.java 285 B

12345678910111213
  1. package org.jeecg.common.constant;
  2. public class SystemDateConstant {
  3. //系統年月日时间格式
  4. public static String yyyy_MM_dd="yyyy-MM-dd";
  5. public static String yyyy_MM="yyyy-MM";
  6. //系统数据起始时间
  7. public static String BEGIN_TIME="2019-09-01";
  8. }