All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.rexsheng.springboot.faster.system.mapper.LogMapper Maven / Gradle / Ivy

The newest version!
package com.github.rexsheng.springboot.faster.system.mapper;

import com.github.rexsheng.springboot.faster.system.log.domain.SysLog;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
import com.mybatisflex.core.BaseMapper;
import com.github.rexsheng.springboot.faster.system.entity.Log;

/**
 * 日志表 映射层。
 *
 * @author sheng
 * @since 2024-05-04
 */
@Mapper
public interface LogMapper extends BaseMapper {

    int insertOrDuplicateUpdate(SysLog log);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy