|
@@ -9,7 +9,9 @@ package com.qmth.sop.common.enums;
|
|
*/
|
|
*/
|
|
public enum ImportTemplateEnum {
|
|
public enum ImportTemplateEnum {
|
|
|
|
|
|
- TEMPLATE_USE_ARCHIVES("user_archives.xlsx", "人员档案导入模板.xlsx");
|
|
|
|
|
|
+ TEMPLATE_USE_ARCHIVES("user_archives.xlsx", "人员档案导入模板.xlsx"),
|
|
|
|
+
|
|
|
|
+ TEMPLATE_CUSTOM("custom.xlsx", "客户导入模板.xlsx");
|
|
|
|
|
|
ImportTemplateEnum(String templateName, String fileName) {
|
|
ImportTemplateEnum(String templateName, String fileName) {
|
|
this.templateName = templateName;
|
|
this.templateName = templateName;
|