java110
2022-03-24 971023df5fd3795e24d10d4d4d03ee112df12297
service-store/src/main/java/com/java110/store/dao/IResourceStoreServiceDao.java
old mode 100644 new mode 100755
@@ -41,6 +41,14 @@
    void saveResourceStoreInfoInstance(Map info) throws DAOException;
    /**
     * 保存物品信息
     *
     * @param info
     * @throws DAOException DAO异常
     */
    void saveResourceStoreInfo(Map info) throws DAOException;
    /**
     * 查询资源信息(instance过程)
     * 根据bId 查询资源信息
     *
@@ -66,4 +74,13 @@
     */
    int queryResourceStoresCount(Map info);
    /**
     * 查询资源总数
     *
     * @param info 资源信息
     * @return 资源数量
     */
    String queryResourceStoresTotalPrice(Map info);
}