|
|
|
@ -166,6 +166,12 @@ public class MesExtConstWords {
|
|
|
|
|
public static final int ZERO = 0;
|
|
|
|
|
//"0"
|
|
|
|
|
public static final String ZERO_STR = "0";
|
|
|
|
|
//1
|
|
|
|
|
public static final int ONE = 1;
|
|
|
|
|
//"1"
|
|
|
|
|
public static final String ONE_STR = "1";
|
|
|
|
|
// 10
|
|
|
|
|
public static final Integer TEN = 10;
|
|
|
|
|
//""
|
|
|
|
|
public static final String EMPTY = "";
|
|
|
|
|
//-
|
|
|
|
@ -222,8 +228,6 @@ public class MesExtConstWords {
|
|
|
|
|
public static final String DATE_DD_01 = "-01";
|
|
|
|
|
//日期类型
|
|
|
|
|
public static final String DATE_DD_31 = "-31";
|
|
|
|
|
// 1
|
|
|
|
|
public static final String ONE_STR = "1";
|
|
|
|
|
|
|
|
|
|
//日期类型
|
|
|
|
|
public static final String DATE_SERIAL_FORMAT = "yyyyMMdd";
|
|
|
|
|