|
|
|
@ -19,9 +19,9 @@ public class GanttPlanModel {
|
|
|
|
|
@JsonDeserialize(using = CustomDateDeserializer.class)
|
|
|
|
|
private Date endDate;
|
|
|
|
|
private String cls;
|
|
|
|
|
//private String timeRangeColor;
|
|
|
|
|
private String eventColor;
|
|
|
|
|
private String name;
|
|
|
|
|
private Long workId;
|
|
|
|
|
private List<Long> resIds;
|
|
|
|
|
private Boolean canDrag;
|
|
|
|
|
}
|
|
|
|
|