fix 导出任务名称

This commit is contained in:
shuo.wang
2024-11-06 16:07:04 +08:00
parent 929316d80a
commit df828e66bb
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ public enum FileTypeEnum {
MY_POINT("my_point","我的铺位管理表"),
MY_FRANCHISEES("my_franchisees","我的加盟商"),
TEAM_FRANCHISEES("team_franchisees","团队加盟商"),
PREPARATION("preparation","进度管理"),
PREPARATION("preparation","进度管理"),
;
private String fileType;
private String desc;