zhoushihao
2025-02-26 a8c1dd008f9a096cb01774f17a8bceda5aafed88
hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/entity/OptimizeGlassinfo.java
@@ -72,9 +72,17 @@
     */
    private double pHeight;
    /**
     * 版图id
     * 原片版图id
     */
    private Integer stockId;
    /**
     * 原片版图版序
     */
    private Integer xAxis;
    /**
     * 原片版图版序
     */
    private Integer yAxis;
    /**
     * 钢化版图编号(架号)
     */
@@ -86,11 +94,11 @@
    /**
     * x坐标
     */
    private Integer xAxis;
    private Integer xAxisHeat;
    /**
     * y坐标
     */
    private  Integer yAxis;
    private  Integer yAxisHeat;
    /**
     * 工程号
     */
@@ -106,10 +114,13 @@
    /**
     * 是否合并
     */
    private Integer merge;
    private Integer combine;
    /**
     * 旋转角度
     */
    private double rotateAngle;
    /**
     * 打标属性
     */
    private String markIcon;
}