This commit is contained in:
parent
3856318dc5
commit
37fe84c944
|
|
@ -83,6 +83,7 @@ public class OrderDetailDto {
|
||||||
private String preOutboundUser;
|
private String preOutboundUser;
|
||||||
|
|
||||||
@ApiModelProperty(value = "出库时间")
|
@ApiModelProperty(value = "出库时间")
|
||||||
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||||
private String preOutboundTime;
|
private String preOutboundTime;
|
||||||
|
|
||||||
@ApiModelProperty(value = "收货人")
|
@ApiModelProperty(value = "收货人")
|
||||||
|
|
@ -95,6 +96,7 @@ public class OrderDetailDto {
|
||||||
private String rentOverUser;
|
private String rentOverUser;
|
||||||
|
|
||||||
@ApiModelProperty(value = "租赁结束时间")
|
@ApiModelProperty(value = "租赁结束时间")
|
||||||
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||||
private String rentOverTime;
|
private String rentOverTime;
|
||||||
|
|
||||||
@ApiModelProperty(value = "设备状态")
|
@ApiModelProperty(value = "设备状态")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue