md
This commit is contained in:
parent
aae87e8f19
commit
1d4982930f
@ -97,6 +97,11 @@ public class EmisTmsSiteBatch extends BaseEntity
|
||||
private String productTypeName;
|
||||
/* 发件国家 目的国家名称 */
|
||||
private String sendCountryName;
|
||||
|
||||
private String destCountryName;
|
||||
|
||||
private String startSiteName;
|
||||
private String nextSiteName;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -42,6 +42,10 @@
|
||||
<association property="sendCountryName" column="trans_line_type" select="com.xdadan.erp.emis.mapper.EmisBaseMapper.selectFromCountryNameByLineCode"/>
|
||||
<association property="destCountryName" column="dest_country" select="com.xdadan.erp.emis.mapper.EmisBaseMapper.selectCountryNameByCode"/>
|
||||
|
||||
<association property="startSiteName" column="start_site_code" select="com.xdadan.erp.emis.mapper.EmisBaseMapper.selectSiteNameByCode"/>
|
||||
<association property="nextSiteName" column="next_site_code" select="com.xdadan.erp.emis.mapper.EmisBaseMapper.selectSiteNameByCode"/>
|
||||
|
||||
|
||||
</resultMap>
|
||||
|
||||
<sql id="selectEmisTmsSiteBatchVo">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user