32 lines
1.6 KiB
XML
32 lines
1.6 KiB
XML
<?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.cj.jiaqingjiayi.mapper.ManicuristsignMapper">
|
|
|
|
<resultMap id="BaseResultMap" type="com.cj.jiaqingjiayi.model.domain.Manicuristsign">
|
|
<id property="id" column="id" jdbcType="BIGINT"/>
|
|
<result property="name" column="name" jdbcType="VARCHAR"/>
|
|
<result property="manicuristId" column="manicuristId" jdbcType="BIGINT"/>
|
|
<result property="businessId" column="businessId" jdbcType="BIGINT"/>
|
|
<result property="businessName" column="businessName" jdbcType="VARCHAR"/>
|
|
<result property="phone" column="phone" jdbcType="VARCHAR"/>
|
|
<result property="salary" column="salary" jdbcType="DECIMAL"/>
|
|
<result property="signTime" column="signTime" jdbcType="VARCHAR"/>
|
|
<result property="tenure" column="tenure" jdbcType="VARCHAR"/>
|
|
<result property="manicuristLv" column="manicuristLv" jdbcType="VARCHAR"/>
|
|
<result property="auditStatus" column="auditStatus" jdbcType="TINYINT"/>
|
|
<result property="isDelete" column="isDelete" jdbcType="TINYINT"/>
|
|
<result property="createTime" column="createTime" jdbcType="TIMESTAMP"/>
|
|
<result property="updateTime" column="updateTime" jdbcType="TIMESTAMP"/>
|
|
</resultMap>
|
|
|
|
<sql id="Base_Column_List">
|
|
id,name,manicuristId,
|
|
businessName,phone,salary,
|
|
signTime,tenure,manicuristLv,
|
|
auditStatus,isDelete,createTime,
|
|
businessId,updateTime
|
|
</sql>
|
|
</mapper>
|