wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
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);
}