Your Name
2023-08-25 5f83dbf4942e7f2e67963ae4ece013c22f091b72
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);
}