严智鑫
2025-05-09 235d23f498e46e3415bf12a81b2056b792ea1808
1
2
3
4
5
6
7
8
9
package ng.Algorithm.Layouts;
 
import java.util.*;
public class LayoutResult {
    public Rect[] layout;
    public double rate;
    public int Number;
    public int WorkId;
}