初始版本提交

This commit is contained in:
hzj
2025-06-19 15:10:39 +08:00
parent bf3fe9450f
commit f03622ac5b

View File

@@ -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;
}
}