From 7cee6151b42670dbcd8c08fb4716c8d9414a951b Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期五, 02 十二月 2022 19:00:34 +0800
Subject: [PATCH] 优化代码
---
service-store/src/main/java/com/java110/store/dao/IAllocationStorehouseServiceDao.java | 16 ++++++----------
1 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/service-store/src/main/java/com/java110/store/dao/IAllocationStorehouseServiceDao.java b/service-store/src/main/java/com/java110/store/dao/IAllocationStorehouseServiceDao.java
index 9f3ea92..cabb085 100644
--- a/service-store/src/main/java/com/java110/store/dao/IAllocationStorehouseServiceDao.java
+++ b/service-store/src/main/java/com/java110/store/dao/IAllocationStorehouseServiceDao.java
@@ -27,8 +27,6 @@
*/
void saveBusinessAllocationStorehouseInfo(Map businessAllocationStorehouseInfo) throws DAOException;
-
-
/**
* 鏌ヨ浠撳簱璋冩嫧淇℃伅锛坆usiness杩囩▼锛�
* 鏍规嵁bId 鏌ヨ浠撳簱璋冩嫧淇℃伅
@@ -38,9 +36,6 @@
*/
List<Map> getBusinessAllocationStorehouseInfo(Map info) throws DAOException;
-
-
-
/**
* 淇濆瓨 浠撳簱璋冩嫧淇℃伅 Business鏁版嵁鍒� Instance涓�
* @param info
@@ -48,8 +43,12 @@
*/
void saveAllocationStorehouseInfoInstance(Map info) throws DAOException;
-
-
+ /**
+ * 淇濆瓨璋冩嫧璁板綍
+ * @param info
+ * @throws DAOException DAO寮傚父
+ */
+ void saveAllocationStorehouseInfo(Map info) throws DAOException;
/**
* 鏌ヨ浠撳簱璋冩嫧淇℃伅锛坕nstance杩囩▼锛�
@@ -60,15 +59,12 @@
*/
List<Map> getAllocationStorehouseInfo(Map info) throws DAOException;
-
-
/**
* 淇敼浠撳簱璋冩嫧淇℃伅
* @param info 淇敼淇℃伅
* @throws DAOException DAO寮傚父
*/
void updateAllocationStorehouseInfoInstance(Map info) throws DAOException;
-
/**
* 鏌ヨ浠撳簱璋冩嫧鎬绘暟
--
Gitblit v1.8.0