This commit is contained in:
TinyAnts
2022-08-08 17:01:39 +08:00
parent 4953cbb0f3
commit 7d4505d5f0
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ import java.util.List;
import java.util.Map;
@Service
public class SystemPostService implements ISystemPostService {
public class SystemPostServiceImpl implements ISystemPostService {
@Resource
SystemPostMapper systemPostMapper;