From 675ccd51874f9c005285eab3e4829e451848b4b6 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 07 六月 2023 11:11:29 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 service-common/src/main/java/com/java110/common/dao/IMachineTypeV1ServiceDao.java |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/service-common/src/main/java/com/java110/common/dao/IMachineTypeV1ServiceDao.java b/service-common/src/main/java/com/java110/common/dao/IMachineTypeV1ServiceDao.java
index 7191073..42913a6 100644
--- a/service-common/src/main/java/com/java110/common/dao/IMachineTypeV1ServiceDao.java
+++ b/service-common/src/main/java/com/java110/common/dao/IMachineTypeV1ServiceDao.java
@@ -44,7 +44,13 @@
      */
     int saveMachineTypeInfo(Map info) throws DAOException;
 
-
+    /**
+     * 閫夋嫨淇濆瓨鎻掑叆
+     * @param info 鍙傛暟
+     * @return
+     * @throws DAOException
+     */
+    int saveMachineTypeInfoSelective(Map info) throws DAOException;
 
 
     /**

--
Gitblit v1.8.0