This commit is contained in:
mashuai 2025-04-24 10:49:09 +08:00
parent 87b88642e0
commit 298a1b771c
1 changed files with 2 additions and 2 deletions

View File

@ -136,11 +136,11 @@ public class LeaseOutDetails implements Serializable {
* 创建时间
*/
@ApiModelProperty(value = "创建时间")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date createTime;
@ApiModelProperty(value = "创建时间")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private String outTime;
/**