You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.4 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.glxp.udidl.admin.dao.tyapi.TySupplierMapper">
<resultMap id="BaseResultMap" type="com.glxp.udidl.admin.entity.tyapi.TySupplierEntity">
<!--@mbg.generated-->
<!--@Table ty_supplier-->
<id column="id" jdbcType="INTEGER" property="id" />
<result column="supplier_graphId" jdbcType="VARCHAR" property="supplier_graphId" />
<result column="announcement_date" jdbcType="VARCHAR" property="announcement_date" />
<result column="amt" jdbcType="VARCHAR" property="amt" />
<result column="logo" jdbcType="VARCHAR" property="logo" />
<result column="alias" jdbcType="VARCHAR" property="alias" />
<result column="supplier_name" jdbcType="VARCHAR" property="supplier_name" />
<result column="relationship" jdbcType="VARCHAR" property="relationship" />
<result column="dataSource" jdbcType="VARCHAR" property="dataSource" />
<result column="ratio" jdbcType="VARCHAR" property="ratio" />
<result column="creditCodeFk" jdbcType="VARCHAR" property="creditCodeFk" />
<result column="hospName" jdbcType="VARCHAR" property="hospName" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, supplier_graphId, announcement_date, amt, logo, `alias`, supplier_name, relationship,
dataSource, ratio, creditCodeFk, hospName
</sql>
</mapper>