wuxw
2022-11-06 a42e7be34c02ef5d855ca781f347512322adbfed
service-community/src/main/java/com/java110/community/dao/IResourceStoreServiceDao.java
@@ -21,4 +21,13 @@
     */
    int getResourceStoresCount(Map info);
    /**
     * 查询资源总数
     *
     * @param info 资源信息
     * @return 资源数量
     */
    String queryResourceStoresTotalPrice(Map info);
}