feat:密码数据处理,验签排除空字符串,导出接口
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user