优先级排序

parent 9c65aa9d
...@@ -183,4 +183,9 @@ public class Order { ...@@ -183,4 +183,9 @@ public class Order {
private double changeoverCost; private double changeoverCost;
private int changeoverPriority; private int changeoverPriority;
/**
* 多级排序路径(用于精确字典序排序,避免浮点精度问题)
*/
private List<Integer> sortKey;
} }
\ No newline at end of file
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