车次添加
This commit is contained in:
+3
@@ -887,4 +887,7 @@ public class BusinessDocumentOrderDTO extends BaseVOEntity{
|
||||
|
||||
@ApiModelProperty("配送进度")
|
||||
private String deliveryProgress;
|
||||
|
||||
@ApiModelProperty("车次")
|
||||
private Integer trainNo;
|
||||
}
|
||||
|
||||
@@ -156,4 +156,7 @@ public class ExecuteOrderDTO extends BaseVOEntity{
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
||||
private Date invoiceEndTime;
|
||||
|
||||
@ApiModelProperty("车次")
|
||||
private Integer trainNo;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user