feat:密码数据处理,验签排除空字符串,导出接口

This commit is contained in:
shuo.wang
2025-04-29 16:32:47 +08:00
parent bd80c5477f
commit a1c50bfe98

View File

@@ -16,8 +16,8 @@ public enum FileTypeEnum {
PREPARATION("preparation","进度管理"), PREPARATION("preparation","进度管理"),
BRANCH_SHOP_LIST("branchShopList","开店管理"), BRANCH_SHOP_LIST("branchShopList","开店管理"),
EXPORT_FINANCE("exportFinance","财务导出"), EXPORT_FINANCE("exportFinance","财务导出"),
EXPORT_JOIN_SHOP("exportJoinShop","开店导出"), EXPORT_JOIN_SHOP("exportJoinShop","加盟开店申请"),
EXPORT_PROGRESS("exportProgress","进度导出"), EXPORT_PROGRESS("exportProgress","进度确认"),
; ;
private String fileType; private String fileType;
private String desc; private String desc;