From 477acea4d1efb46ea8220055788088ef8aa93a4b Mon Sep 17 00:00:00 2001
From: unknown <280848880@qq.com>
Date: 星期三, 27 九月 2023 09:27:43 +0800
Subject: [PATCH] web:1物资管理-预埋件管理页面提交 2工程项目管理-标段管理,项目管理页面提交

---
 hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/embedment/service/SysEmbedmentRecordService.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/embedment/service/SysEmbedmentRecordService.java b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/embedment/service/SysEmbedmentRecordService.java
index b197edd..e057e1e 100644
--- a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/embedment/service/SysEmbedmentRecordService.java
+++ b/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);
 }

--
Gitblit v1.9.3