Jenkins自动合并

yun-zuoyi
jenkins 5 years ago
commit c14ef88ea8

@ -6,5 +6,6 @@ import lombok.Data;
public class GanttDragModel { public class GanttDragModel {
private Long workId; private Long workId;
private Long resId; private Long resId;
private Long targetResId;
private Long targetWorkId; private Long targetWorkId;
} }

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

Loading…
Cancel
Save