md
This commit is contained in:
parent
fb441acf2e
commit
08214e2afa
@ -44,4 +44,7 @@ public class EmisWaybillAjustType extends BaseEntity
|
||||
/* 所属中心 */
|
||||
private String centerCode;
|
||||
|
||||
// 扩展
|
||||
private String centerName;
|
||||
|
||||
}
|
||||
|
||||
@ -4,12 +4,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.xdadan.erp.emis.mapper.EmisWaybillAjustTypeMapper">
|
||||
|
||||
<resultMap type="EmisWaybillAjustType" id="EmisWaybillAjustTypeResult">
|
||||
<resultMap type="EmisWaybillAjustType" id="EmisWaybillAjustTypeResult" extends="com.xdadan.erp.emis.mapper.EmisBaseMapper.EmisBaseResult">
|
||||
<result property="id" column="id" />
|
||||
<result property="typeCode" column="type_code" />
|
||||
<result property="typeName" column="type_name" />
|
||||
<result property="typeNote" column="type_note" />
|
||||
<result property="centerCode" column="center_code" />
|
||||
|
||||
<association property="centerName" column="center_code" select="com.xdadan.erp.emis.mapper.EmisBaseMapper.selectSiteNameByCode"/>
|
||||
|
||||
</resultMap>
|
||||
|
||||
<sql id="selectEmisWaybillAjustTypeVo">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user