|
|
@ -40,6 +40,9 @@ public class SFDCRollsOutData { |
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
private Date createdDate2; |
|
|
private Date createdDate2; |
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
|
|
private Date createdDate3; |
|
|
private Timestamp date1; |
|
|
private Timestamp date1; |
|
|
private Timestamp date2; |
|
|
private Timestamp date2; |
|
|
private String Reportedby; |
|
|
private String Reportedby; |
|
|
|