|
|
|
@ -18,4 +18,8 @@ public class GanttCalendarModel {
|
|
|
|
|
@JsonDeserialize(using = CustomDateDeserializer.class)
|
|
|
|
|
private Date endDate;
|
|
|
|
|
private String cls;
|
|
|
|
|
//private String timeRangeColor;
|
|
|
|
|
private String eventColor;
|
|
|
|
|
private String name;
|
|
|
|
|
private Long workId;
|
|
|
|
|
}
|
|
|
|
|