合并框架更新
This commit is contained in:
@ -737,6 +737,16 @@ public interface GlobalConstant {
|
||||
*/
|
||||
String DingtalkAccessTokenKey = "DINGTALK_ACCTSS_TOKEN";
|
||||
|
||||
/**
|
||||
* Excel导出字段必填标识
|
||||
*/
|
||||
String EXPORT_REQUIRED_SUFFIX = "(*)";
|
||||
|
||||
/**
|
||||
* Excel导出字段必填高亮标识
|
||||
*/
|
||||
String EXPORT_REQUIRED_HIGHLIGHT_STRING = "*";
|
||||
|
||||
String siteRootDepartmentKey="siteRootDepartment";
|
||||
String companyTypeFilterKey="companyTypeFilter";
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user