md
This commit is contained in:
parent
e6e6604116
commit
1cb10022c9
@ -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;
|
||||
|
||||
@ -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"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user