zhoushihao
2024-11-21 b4f51417997c20dd15e3db19d5055edd55d872cd
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;
}