From f03622ac5bb8a5a78e1f29dd9c0ef82eaa69b46b Mon Sep 17 00:00:00 2001 From: hzj <826100833@qq.com> Date: Thu, 19 Jun 2025 15:10:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E7=89=88=E6=9C=AC=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../event/devcie/service/impl/LedgerCountServiceImpl.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/event_smart/src/main/java/com/njcn/gather/event/devcie/service/impl/LedgerCountServiceImpl.java b/event_smart/src/main/java/com/njcn/gather/event/devcie/service/impl/LedgerCountServiceImpl.java index 1f491413..bc7cbe06 100644 --- a/event_smart/src/main/java/com/njcn/gather/event/devcie/service/impl/LedgerCountServiceImpl.java +++ b/event_smart/src/main/java/com/njcn/gather/event/devcie/service/impl/LedgerCountServiceImpl.java @@ -1,5 +1,6 @@ package com.njcn.gather.event.devcie.service.impl; +import com.njcn.gather.event.devcie.pojo.vo.LedgerCountVO; import com.njcn.gather.event.devcie.service.LedgerCountService; import org.springframework.stereotype.Service; @@ -12,4 +13,8 @@ import org.springframework.stereotype.Service; */ @Service public class LedgerCountServiceImpl implements LedgerCountService { + @Override + public LedgerCountVO scaleStatistics() { + return null; + } }