初始版本提交
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user