fix 导出任务名称
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user