预炸申请导出

This commit is contained in:
shuo.wang
2025-07-03 15:56:51 +08:00
parent 8da905350f
commit 41b6179ecf
10 changed files with 118 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ public enum FileTypeEnum {
IMPORT_FITMENT_SHOP_STAGE("importFitmentShopStage", "导入装修阶段完成数据"),
IMPORT_FITMENT_SHOP_STAGE_DATA_ERROR_LIST("OaOldShopStageDataErrorList", "导入装修阶段完成数据错误列表 "),
SELLING_DETAILS_REPORT("sellingDetailsReport", "开店明细报表"),
PRE_FRY_QUALIFICATION_APPLY_EXPORT("preFryQualificationApplyExport", "预炸品资质申请导出"),
;
private String fileType;
private String desc;