This commit is contained in:
linfso 2024-05-30 14:42:10 +08:00
parent e6e6604116
commit 1cb10022c9
2 changed files with 4 additions and 0 deletions

View File

@ -374,10 +374,12 @@ public class EmisWaybill extends BaseEntity
private String receiveCountryName;
private String receiveProvinceName;
private String receiveCityName;
private String receiveCountyName;
private String sendCountryName;
private String sendProvinceName;
private String sendCityName;
private String sendCountyName;
private String transLineTypeName;
private String productTypeName;

View File

@ -174,10 +174,12 @@
<association property="receiveCountryName" column="receive_country" select="selectCountryNameByCode"/>
<association property="receiveProvinceName" column="receive_province" select="selectRegionNameByCode"/>
<association property="receiveCityName" column="receive_city" select="selectRegionNameByCode"/>
<association property="receiveCountyName" column="receive_county" select="selectRegionNameByCode"/>
<association property="sendCountryName" column="send_country" select="selectCountryNameByCode"/>
<association property="sendProvinceName" column="send_province" select="selectRegionNameByCode"/>
<association property="sendCityName" column="send_city" select="selectRegionNameByCode"/>
<association property="sendCountyName" column="send_county" select="selectRegionNameByCode"/>
<association property="productTypeName" column="product_type" select="selectProdNameByCode"/>
<association property="transLineTypeName" column="trans_line_type" select="selectLineNameByCode"/>