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