zss
2023-09-13 2d6a0cdcb1e31510a6f7776abab17cc5cb82fdcb
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);
    /**
     * 填写生产定额,鼠标移开保存
@@ -57,13 +56,6 @@
     * @return
     */
    Integer write(Integer id, Integer productionQuota);
    /**
     * 添加同一个型号工艺路线的版本
     * @param specificationsId
     * @return
     */
    Integer addVersion(Integer specificationsId,Integer version);
    /**
     * 删除
@@ -76,4 +68,13 @@
     * @param ids
     */
    void delAllTech(String ids);
    /**
     * 选择设备组,鼠标移开保存
     * @param id
     * @param deviceGroup
     * @return
     */
    Integer writeDevice(Integer id, String deviceGroup);
}