解决部门解密问题
This commit is contained in:
parent
2cfb50e28c
commit
2693d903e6
|
|
@ -0,0 +1,4 @@
|
|||
package com.bonus.app.config;
|
||||
|
||||
public class SystemConfig {
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package com.bonus.app.controller;
|
||||
|
||||
public class DevUseController {
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package com.bonus.app.mapper;
|
||||
|
||||
public interface DevUseMapper {
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package com.bonus.app.service;
|
||||
|
||||
public class DevUseService {
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.bonus.app.mapper.DevUseMapper">
|
||||
|
||||
</mapper>
|
||||
Loading…
Reference in New Issue