java110
2022-03-24 971023df5fd3795e24d10d4d4d03ee112df12297
service-store/src/main/java/com/java110/store/dao/IStoreAttrServiceDao.java
old mode 100644 new mode 100755
@@ -46,7 +46,13 @@
     * @param info
     * @throws DAOException DAO异常
     */
    void saveStoreAttrInfoInstance(Map info) throws DAOException;
    int saveStoreAttrInfoInstance(Map info) throws DAOException;
    /**
     * 保存 商户属性信息 Business数据到 Instance中
     * @param info
     * @throws DAOException DAO异常
     */
    int saveStoreAttrInfo(Map info) throws DAOException;
@@ -67,7 +73,7 @@
     * @param info 修改信息
     * @throws DAOException DAO异常
     */
    void updateStoreAttrInfoInstance(Map info) throws DAOException;
    int updateStoreAttrInfoInstance(Map info) throws DAOException;
    /**