zhangyuewww 3 år sedan
förälder
incheckning
674b2cd7a1

+ 4 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/entity/WarehouseInOutInfo.java

@@ -196,6 +196,10 @@ public class WarehouseInOutInfo extends BaseModel<WarehouseInOutInfo> {
      * 封号2
      */
     private String titleNoOther;
+    /**
+     * 车厢号
+     */
+    private String wingNumber;
     /**
      * 是否发车(1已发车)
      */

+ 1 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WarehouseInOutInfoMapper.xml

@@ -95,6 +95,7 @@
         w.box_no_other as boxNoOther,
         w.title_no as titleNo,
         w.title_no_other as titleNoOther,
+        w.wing_number as wingNumber,
         w.type,
         w.deduction_weight as deductionWeight,
         w.pure_weight as pureWeight,