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

mybatis.mapper.s_sys_log.xml Maven / Gradle / Ivy

<?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">

<!-- Automatic generated on 2023-09-06 19:11:11 by CrudCodeGenerator wirtten by Gerald Chen -->

<mapper namespace="com.github.javaclub.base.mapper.SysLogMapper">

	<resultMap type="com.github.javaclub.base.domain.SysLog" id="sysLogMap">
        <result property="id" column="id" />
        <result property="userId" column="user_id" />
        <result property="username" column="username" />
        <result property="operation" column="operation" />
        <result property="actionType" column="action_type" />
        <result property="method" column="method" />
        <result property="params" column="params" />
        <result property="time" column="time" />
        <result property="ip" column="ip" />
        <result property="createdTime" column="created_time" />

    </resultMap>
    
    <sql id="Base_Column_List">
		id,
		user_id,
		username,
		operation,
		action_type,
		method,
		params,
		time,
		ip,
		created_time
    </sql>
    

</mapper>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy