报表列表接口

This commit is contained in:
shuo.wang
2025-05-14 17:33:32 +08:00
parent f09b89b5fe
commit 177ff32f58
13 changed files with 253 additions and 28 deletions

View File

@@ -20,6 +20,7 @@ public enum FileTypeEnum {
EXPORT_PROGRESS("exportProgress","进度确认"),
IMPORT_OA_OLD_SHOP_DATA_ERROR("OaOldShopDataError", "导入OA旧数据错误列表"),
IMPORT_OA_OLD_SHOP_DATA("importOaOldShopData", "导入OA旧数据"),
ZXJP_OPEN_SHOP_REPORT("zxjpOpenShopReport","正新鸡排开店"),
;
private String fileType;