31 lines
1.6 KiB
XML
31 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.roomroot.jwgl.mapper.LBZYGLPTMapper">
|
|
|
|
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.LBZYGLPT">
|
|
<result column="编号" property="bH" />
|
|
<result column="平台标识" property="pTBS" />
|
|
<result column="平台品牌" property="pTPP" />
|
|
<result column="平台类型" property="pTLX" />
|
|
<result column="平台版本" property="pTBB" />
|
|
<result column="平台状态" property="pTZT" />
|
|
<result column="平台UserName" property="pTUserName" />
|
|
<result column="平台Password" property="pTPassword" />
|
|
<result column="平台IP" property="pTIP" />
|
|
<result column="平台端口" property="pTDK" />
|
|
<result column="平台参数1" property="pTCS1" />
|
|
<result column="平台参数2" property="pTCS2" />
|
|
<result column="平台参数3" property="pTCS3" />
|
|
<result column="平台参数4" property="pTCS4" />
|
|
<result column="平台参数5" property="pTCS5" />
|
|
<result column="平台参数6" property="pTCS6" />
|
|
<result column="资源平台独立完成录播" property="zYPTDLWCLB" />
|
|
<result column="JSONZD" property="jsonZD" />
|
|
</resultMap>
|
|
|
|
<sql id="Base_Column_List">
|
|
编号, 平台标识, 平台品牌, 平台类型, 平台版本, 平台状态, 平台UserName, 平台Password, 平台IP, 平台端口, 平台参数1, 平台参数2, 平台参数3, 平台参数4, 平台参数5, 平台参数6, 资源平台独立完成录播, JSONZD
|
|
</sql>
|
|
|
|
</mapper>
|