1098226878@qq.com
2022-01-10 093b73aadb022895a02dbbcd64b87613e19b547b
service-user/src/main/java/com/java110/user/dao/IOwnerAttrServiceDao.java
old mode 100644 new mode 100755
@@ -67,7 +67,7 @@
     * @param info 修改信息
     * @throws DAOException DAO异常
     */
    void updateOwnerAttrInfoInstance(Map info) throws DAOException;
    int updateOwnerAttrInfoInstance(Map info) throws DAOException;
    /**
@@ -78,4 +78,5 @@
     */
    int queryOwnerAttrsCount(Map info);
    int saveOwnerAttr(Map beanCovertMap);
}