@@ -318,4 +318,9 @@ public class AcceptCarriageLogisticsOrderDto implements Serializable {
@JsonProperty("totalUnloadAmount")
private BigDecimal totalUnloadAmount;
+
+ /**
+ * 趟次(自己+下游承运总卸货量,算方式为趟次时,最终值以完结输入值为准)
+ */
+ private Integer totalTake;
}