DaySubjectEntityMapper.xml 2.18 KB
Newer Older
吴泽佳's avatar
吴泽佳 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
<?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.tanpu.feo.feojob.dao.user.mapper.DaySubjectEntityMapper">
  <resultMap id="BaseResultMap" type="com.tanpu.feo.feojob.dao.user.entity.DaySubjectEntity">
    <!--@mbg.generated-->
    <!--@Table day_subject-->
    <id column="id" jdbcType="VARCHAR" property="id" />
    <result column="ds_title" jdbcType="VARCHAR" property="dsTitle" />
    <result column="ds_date" jdbcType="DATE" property="dsDate" />
    <result column="ds_status" jdbcType="VARCHAR" property="dsStatus" />
    <result column="ds_ispush_content" jdbcType="VARCHAR" property="dsIspushContent" />
    <result column="ds_picurl" jdbcType="VARCHAR" property="dsPicurl" />
    <result column="ds_pic_link" jdbcType="VARCHAR" property="dsPicLink" />
    <result column="ds_thumbnail" jdbcType="VARCHAR" property="dsThumbnail" />
    <result column="ds_issettop" jdbcType="VARCHAR" property="dsIssettop" />
    <result column="ds_day_title" jdbcType="VARCHAR" property="dsDayTitle" />
    <result column="ds_day_content" jdbcType="LONGVARCHAR" property="dsDayContent" />
    <result column="ds_taskuptime" jdbcType="TIMESTAMP" property="dsTaskuptime" />
    <result column="ds_pt" jdbcType="VARCHAR" property="dsPt" />
    <result column="base_browse_num" jdbcType="INTEGER" property="baseBrowseNum" />
    <result column="createtime" jdbcType="TIMESTAMP" property="createtime" />
    <result column="createby" jdbcType="VARCHAR" property="createby" />
    <result column="updatetime" jdbcType="TIMESTAMP" property="updatetime" />
    <result column="updateby" jdbcType="VARCHAR" property="updateby" />
    <result column="deletetag" jdbcType="VARCHAR" property="deletetag" />
    <result column="ori_subject_id" jdbcType="VARCHAR" property="oriSubjectId" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--@mbg.generated-->
    id, ds_title, ds_date, ds_status, ds_ispush_content, ds_picurl, ds_pic_link, ds_thumbnail, 
    ds_issettop, ds_day_title, ds_day_content, ds_taskuptime, ds_pt, base_browse_num, 
    createtime, createby, updatetime, updateby, deletetag, ori_subject_id
  </sql>
</mapper>