|
@@ -21,8 +21,8 @@ public class CustomerManagement implements Serializable {
|
|
|
|
|
|
private String roomSelectionNumber;
|
|
private String roomSelectionNumber;
|
|
|
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
private Date roomSelectionDate;
|
|
private Date roomSelectionDate;
|
|
|
|
|
|
private Integer status;
|
|
private Integer status;
|