|
@@ -1,20 +0,0 @@
|
|
|
-<?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.sckw.access.mapper.TApprovalMapper">
|
|
|
|
|
- <resultMap id="BaseResultMap" type="com.sckw.access.entity.TApproval">
|
|
|
|
|
- <!--@mbg.generated-->
|
|
|
|
|
- <!--@Table t_approval-->
|
|
|
|
|
- <id column="id" jdbcType="BIGINT" property="id" />
|
|
|
|
|
- <result column="name" jdbcType="VARCHAR" property="name" />
|
|
|
|
|
- <result column="mobile" jdbcType="VARCHAR" property="mobile" />
|
|
|
|
|
- <result column="create_by" jdbcType="BIGINT" property="createBy" />
|
|
|
|
|
- <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
|
|
- <result column="update_by" jdbcType="BIGINT" property="updateBy" />
|
|
|
|
|
- <result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
|
|
|
|
- <result column="del_flag" jdbcType="BOOLEAN" property="delFlag" />
|
|
|
|
|
- </resultMap>
|
|
|
|
|
- <sql id="Base_Column_List">
|
|
|
|
|
- <!--@mbg.generated-->
|
|
|
|
|
- id, `name`, mobile, create_by, create_time, update_by, update_time, del_flag
|
|
|
|
|
- </sql>
|
|
|
|
|
-</mapper>
|
|
|