| | |
| | | public final static int ONE_HUNDRED = 100; |
| | | |
| | | /** |
| | | * 数值:100,000 |
| | | */ |
| | | public final static int ONE_HUNDRED_THOUSAND = 100000; |
| | | |
| | | /** |
| | | * 数值:200 |
| | | */ |
| | | public final static int TWO_HUNDRED = 200; |
| | |
| | | public static final int I60 = 60; |
| | | |
| | | public static final int I2050 = 2050; |
| | | |
| | | public static final int I4490 = 4490; |
| | | |
| | | /** |
| | | * 字符1 |
| | |
| | | public final static String COMMA = ","; |
| | | |
| | | /** |
| | | * 单引号 |
| | | */ |
| | | public final static String SINGLE_QUOTES = "'"; |
| | | |
| | | public final static String BBOREHOLE = "bborehole"; |
| | | |
| | | /** |
| | | * 正斜杠 |
| | | */ |
| | | public final static String SLASH = "/"; |
| | | |
| | | public final static String IN = "in"; |
| | | |
| | | public final static String ZIP = ".zip"; |
| | | |
| | | public final static String XLS = ".xls"; |