初始化项目

This commit is contained in:
root
2024-04-01 09:20:31 +08:00
commit fefd704e6e
4694 changed files with 1869737 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package com.njcn.mapper.data;
import com.njcn.pojo.data.LogBackUp;
import tk.mybatis.mapper.common.Mapper;
/** @Author denghuajun
* @Description //TODO 日志备份mapper
* @Date 2018/9/26 10:26
**/
public interface LogBackUpMapper extends Mapper<LogBackUp> {
}