feat: 支持JIT倒排换型兜底

parent 7e5a24bf
......@@ -18,6 +18,8 @@ public class ScheduleResultDetail {
private double Quantity; // 时间段
private double efficiency=1;//效率
private List<TimeSegment> usedSegment;
// true 表示换型段,false 表示加工段。
private boolean setup;
// Key 的 getter/setter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment