系统日志
This commit is contained in:
parent
162df48666
commit
60ac3a5fed
|
|
@ -0,0 +1,10 @@
|
||||||
|
package com.securitycontrol.system.base.controller;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author:cwchen
|
||||||
|
* @date:2024-02-28-14:01
|
||||||
|
* @version:1.0
|
||||||
|
* @description:系统日志
|
||||||
|
*/
|
||||||
|
public class SysLogController {
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
package com.securitycontrol.system.base.mapper;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author:cwchen
|
||||||
|
* @date:2024-02-28-14:03
|
||||||
|
* @version:1.0
|
||||||
|
* @description:系统日志-数据库访问层
|
||||||
|
*/
|
||||||
|
public interface ISysLogMapper {
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
package com.securitycontrol.system.base.service;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author:cwchen
|
||||||
|
* @date:2024-02-28-14:01
|
||||||
|
* @version:1.0
|
||||||
|
* @description:系统日志-业务层
|
||||||
|
*/
|
||||||
|
public class ISysLogService {
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
package com.securitycontrol.system.base.service.impl;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author:cwchen
|
||||||
|
* @date:2024-02-28-14:02
|
||||||
|
* @version:1.0
|
||||||
|
* @description:系统日志-业务逻辑层
|
||||||
|
*/
|
||||||
|
public class SysLogServiceImpl {
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
<?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.securitycontrol.system.base.mapper.ISysLogMapper">
|
||||||
|
|
||||||
|
</mapper>
|
||||||
Loading…
Reference in New Issue