|
|
@@ -0,0 +1,28 @@
|
|
|
+<?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="org.dromara.hotel.mapper.KfProvideCardHisMapper">
|
|
|
+
|
|
|
+ <resultMap type="org.dromara.hotel.domain.KfProvideCardHis" id="KfProvideCardHisResult">
|
|
|
+ <result property="id" column="id" />
|
|
|
+ <result property="cardId" column="card_id" />
|
|
|
+ <result property="factoryId" column="factory_id" />
|
|
|
+ <result property="cardType" column="card_type" />
|
|
|
+ <result property="roomCode" column="room_code" />
|
|
|
+ <result property="masterId" column="master_id" />
|
|
|
+ <result property="masterName" column="master_name" />
|
|
|
+ <result property="startTime" column="start_time" />
|
|
|
+ <result property="endTime" column="end_time" />
|
|
|
+ <result property="cecycleTime" column="cecycle_time" />
|
|
|
+ <result property="catdStatus" column="catd_status" />
|
|
|
+ <result property="remark" column="remark" />
|
|
|
+ <result property="createBy" column="create_by" />
|
|
|
+ <result property="createTime" column="create_time" />
|
|
|
+ <result property="updateBy" column="update_by" />
|
|
|
+ <result property="updateTime" column="update_time" />
|
|
|
+ <result property="createDept" column="create_dept" />
|
|
|
+ <result property="tenantId" column="tenant_id" />
|
|
|
+ <result property="delFlag" column="del_flag" />
|
|
|
+ </resultMap>
|
|
|
+</mapper>
|