叶松
2023-10-18 9b33015af38693d0325cd84049a39b62e3cff794
hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/embedment/service/SysEmbedmentRecordService.java
@@ -1,6 +1,7 @@
package com.thhy.materials.modules.biz.embedment.service;
import com.thhy.general.common.BasicResult;
import com.thhy.materials.modules.biz.embedment.dto.EmbedmentGoodsDto;
import com.thhy.materials.modules.biz.embedment.dto.EmbedmentRecordDto;
import com.thhy.materials.modules.biz.embedment.entity.SysEmbedmentRecordEntity;
import org.springframework.web.multipart.MultipartFile;
@@ -43,7 +44,7 @@
   void export(EmbedmentRecordDto embedmentRecordDto, HttpServletResponse response);
   void recordExportTemplate(EmbedmentRecordDto embedmentRecordDto, HttpServletResponse response);
   void recordExportTemplate(EmbedmentGoodsDto embedmentGoodsDto, HttpServletResponse response);
   BasicResult variateExcel(MultipartFile file, HttpServletRequest request);
}