ZengTao
2025-09-16 d48de59b57bce614e17e91f1845789c071930a2f
hangzhoumesParent/common/servicebase/src/main/java/com/mes/engineering/entity/Engineering.java
@@ -96,10 +96,14 @@
     * 备注
     */
    private String notes;
    /**
     * 上片机线路
     */
    private int stationCell;
    private Integer stationCell;
    /**
     * 除膜方式
     */
    private Integer filmRemove;
}