init
This commit is contained in:
parent
4953cbb0f3
commit
7d4505d5f0
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
Loading…
Reference in New Issue