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

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

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;