java110
2022-05-18 1b8cefcc2c20d43f9e5dcd58cd26672de604420a
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);
}