haungfuli 3 лет назад
Родитель
Сommit
6155f9a169

+ 8 - 0
winsea-haixin-plugin-wangluohuoyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/entity/CargoOwnerAddressInfo.java

@@ -52,6 +52,14 @@ public class CargoOwnerAddressInfo extends BaseModel<CargoOwnerAddressInfo> {
      * 详细地址
      */
     private String detailedAddress;
+    /**
+     * 经度
+     */
+    private String longitude;
+    /**
+     * 纬度
+     */
+    private String latitude;
     /**
      * 联系人
      */

+ 2 - 0
winsea-haixin-plugin-wangluohuoyun/src/main/resources/mapper/CargoOwnerAddressInfoMapper.xml

@@ -28,6 +28,8 @@
         city,
         area,
         detailed_address as detailedAddress,
+        longitude,
+        latitude,
         contacts,
         contact_phone as contactPhone,
         default_shipment as defaultShipment,