This commit is contained in:
mashuai 2024-12-06 17:27:27 +08:00
parent 3856318dc5
commit 37fe84c944
1 changed files with 2 additions and 0 deletions

View File

@ -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 = "设备状态")