|
@@ -110,10 +110,16 @@ public class WaybillOrderDetailResp implements Serializable {
|
|
|
@Schema(description = "任务量")
|
|
@Schema(description = "任务量")
|
|
|
private String taskVolume;
|
|
private String taskVolume;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 任务量(不带单位)
|
|
|
|
|
+ */
|
|
|
|
|
+ @Schema(description = "任务量(不带单位)")
|
|
|
|
|
+ private BigDecimal taskNum;
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 装货量(不带单位)
|
|
* 装货量(不带单位)
|
|
|
*/
|
|
*/
|
|
|
- @Schema(description = "(不带单位)")
|
|
|
|
|
|
|
+ @Schema(description = "装货量(不带单位)")
|
|
|
private BigDecimal loadingNetWeight;
|
|
private BigDecimal loadingNetWeight;
|
|
|
|
|
|
|
|
/**
|
|
/**
|