导出接口

This commit is contained in:
shuo.wang
2025-06-09 10:28:56 +08:00
parent dd07bca48d
commit 7d88be8a1d
8 changed files with 60 additions and 2 deletions

View File

@@ -34,6 +34,8 @@ public class CommonConstants {
public static final int FIVE_SECONDS = 5000;
public static final int MAX_EXPORT_SIZE = 10000;
public static final int INT_MAX_VALUE = 2147483647;
/**
* 跟进任务通知缓存时间 1小时
*/

View File

@@ -25,6 +25,7 @@ public enum FileTypeEnum {
IMPORT_OA_OLD_SHOP_STAGE_DATA_ERROR("OaOldShopStageDataError", "导入OA旧数据阶段错误列表"),
IMPORT_FITMENT_SHOP_STAGE("importFitmentShopStage", "导入装修阶段完成数据"),
IMPORT_FITMENT_SHOP_STAGE_DATA_ERROR_LIST("OaOldShopStageDataErrorList", "导入装修阶段完成数据错误列表 "),
SELLING_DETAILS_REPORT("sellingDetailsReport", "开店明细报表"),
;
private String fileType;
private String desc;