feat(oms): 运输业务单列表新增预计起运时间范围查询条件(layDateStart/layDateEnd)
This commit is contained in:
+10
@@ -749,6 +749,16 @@ public class BusinessDocumentOrderDO extends BaseVOEntity{
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
||||
private Date layDate;
|
||||
|
||||
@ApiModelProperty(value = "预计起运时间起")
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date layDateStart;
|
||||
|
||||
@ApiModelProperty(value = "预计起运时间止")
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date layDateEnd;
|
||||
|
||||
@ApiModelProperty("收款账户信息")
|
||||
private String accountInformation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user