解决部门解密问题

This commit is contained in:
haozq 2024-08-06 10:15:41 +08:00
parent 2cfb50e28c
commit 2693d903e6
5 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package com.bonus.app.config;
public class SystemConfig {
}

View File

@ -0,0 +1,4 @@
package com.bonus.app.controller;
public class DevUseController {
}

View File

@ -0,0 +1,4 @@
package com.bonus.app.mapper;
public interface DevUseMapper {
}

View File

@ -0,0 +1,4 @@
package com.bonus.app.service;
public class DevUseService {
}

View File

@ -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>