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