wuxw
2022-12-02 7cee6151b42670dbcd8c08fb4716c8d9414a951b
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;
    /**