合并框架更新

This commit is contained in:
yaoyn
2025-02-10 15:54:01 +08:00
parent da009a7cc4
commit a39ae9829c
13 changed files with 44 additions and 294 deletions

View File

@ -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";
/**