初始化项目2
This commit is contained in:
35
src/com/jsh/constants/asset/ExcelConstantsCode.java
Normal file
35
src/com/jsh/constants/asset/ExcelConstantsCode.java
Normal file
@@ -0,0 +1,35 @@
|
||||
package com.jsh.constants.asset;
|
||||
|
||||
public interface ExcelConstantsCode
|
||||
{
|
||||
/**
|
||||
* 导入excel表格常量定义
|
||||
*/
|
||||
public class ImportExcelCode
|
||||
{
|
||||
/**
|
||||
* 表格正确
|
||||
*/
|
||||
public static final String RIGHT = "right";
|
||||
|
||||
/**
|
||||
* 表格错误
|
||||
*/
|
||||
public static final String WRONG = "wrong";
|
||||
|
||||
/**
|
||||
* 表格警告
|
||||
*/
|
||||
public static final String WARN = "warn";
|
||||
}
|
||||
|
||||
/**
|
||||
* 导出excel表格常量定义
|
||||
* @author angel
|
||||
*
|
||||
*/
|
||||
public class ExportExcelCode
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user