This commit is contained in:
linfso 2024-07-31 21:21:08 +08:00
parent aae87e8f19
commit 1d4982930f
2 changed files with 9 additions and 0 deletions

View File

@ -97,6 +97,11 @@ public class EmisTmsSiteBatch extends BaseEntity
private String productTypeName;
/* 发件国家 目的国家名称 */
private String sendCountryName;
private String destCountryName;
private String startSiteName;
private String nextSiteName;
}

View File

@ -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">