zss
2023-09-12 cbf4b74927fe51c19c307d89b326ae999cb6a165
standard-server/src/main/java/com/yuanchu/mom/service/TechnologyService.java
@@ -45,10 +45,9 @@
    /**
     * 右上角新增-->工艺路线
     * @param specificationsId
     * @param technologyDto
     */
    void addTechnology(Integer specificationsId, TechnologyDto technologyDto);
    void addTechnology(TechnologyDto technologyDto);
    /**
     * 填写生产定额,鼠标移开保存
@@ -69,4 +68,13 @@
     * @param ids
     */
    void delAllTech(String ids);
    /**
     * 选择设备组,鼠标移开保存
     * @param id
     * @param deviceGroup
     * @return
     */
    Integer writeDevice(Integer id, String deviceGroup);
}