zhoushihao
2024-12-12 a5771725ac324c3dae366e6fcc38055b39ea4386
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;
}