1
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.ruoyi.jarvis.mapper;
|
||||
|
||||
import com.ruoyi.jarvis.domain.TencentDocOperationLog;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 腾讯文档操作日志Mapper接口
|
||||
*
|
||||
* @author system
|
||||
*/
|
||||
@Mapper
|
||||
public interface TencentDocOperationLogMapper {
|
||||
/**
|
||||
* 插入操作日志
|
||||
*
|
||||
* @param log 操作日志
|
||||
* @return 结果
|
||||
*/
|
||||
int insertLog(TencentDocOperationLog log);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user