导出接口
This commit is contained in:
@@ -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小时
|
||||
*/
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user