|
@ -37,4 +37,5 @@ public class MoveOutDetailResultDTO implements Serializable { |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
private Date createdTime; |
|
|
private Date createdTime; |
|
|
private String reason; |
|
|
private String reason; |
|
|
|
|
|
private String xxdz; |
|
|
} |
|
|
} |
|
|