|
@@ -2,7 +2,9 @@ package org.dromara.commodityManagement.service;
|
|
|
|
|
|
import org.dromara.commodityManagement.domain.DaHuoNumber;
|
|
|
import org.dromara.commodityManagement.domain.bo.DaHuoNumberBo;
|
|
|
+import org.dromara.commodityManagement.domain.vo.DaHuoNumberImportVo;
|
|
|
import org.dromara.commodityManagement.domain.vo.DaHuoNumberVo;
|
|
|
+import org.dromara.common.excel.core.ExcelResult;
|
|
|
import org.dromara.common.mybatis.core.page.PageQuery;
|
|
|
import org.dromara.common.mybatis.core.page.TableDataInfo;
|
|
|
|
|
@@ -49,4 +51,6 @@ public interface DaHuoNumberService {
|
|
|
* @return 大货编号列表
|
|
|
*/
|
|
|
List<DaHuoNumber> selectDaHuoNumberList();
|
|
|
+
|
|
|
+ int insertImportExcel(ExcelResult<DaHuoNumberImportVo> importVo);
|
|
|
}
|