wangfei
2024-11-22 3e0136494253e17019801f0d2c07fc7c65acaeb5
hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/engineering/entity/Engineering.java
@@ -32,11 +32,15 @@
     */
    private String engineerId;
    /**
     * 设备
     */
    private String stationCell;
    private Integer stationCell;
    /**
     * 除膜方式
     */
    private Integer filmRemove;
    /**
     * 工程名称
@@ -102,6 +106,5 @@
     * 备注
     */
    private String notes;
}