wuxw
2022-05-10 8f61316069a6ffffb0998ed3f498bd4e3acc77e4
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);
}