feiyu02
2022-09-15 3e2159e45e12b2b8af058b68eafeaf082cf3fe85
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
<?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="cn.flightfeather.supervision.domain.mapper.LedgerSubTypeMapper">
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.LedgerSubType">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="LS_SubTypeId" jdbcType="INTEGER" property="lsSubtypeid" />
    <result column="LS_Name" jdbcType="VARCHAR" property="lsName" />
    <result column="L_TypeId" jdbcType="INTEGER" property="lTypeid" />
    <result column="L_TypeName" jdbcType="VARCHAR" property="lTypename" />
    <result column="L_IconUrl" jdbcType="VARCHAR" property="lIconurl" />
    <result column="L_SceneType" jdbcType="INTEGER" property="lScenetype" />
    <result column="L_NeedUpdate" jdbcType="BIT" property="lNeedupdate" />
    <result column="L_Period" jdbcType="INTEGER" property="lPeriod" />
    <result column="L_Real_Time" jdbcType="BIT" property="lRealTime" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--
      WARNING - @mbg.generated
    -->
    LS_SubTypeId, LS_Name, L_TypeId, L_TypeName, L_IconUrl, L_SceneType, L_NeedUpdate, 
    L_Period, L_Real_Time
  </sql>
</mapper>