zss
2023-09-25 d1ea726be5628c46fb6be700a0197002d55d39f1
standard-server/src/main/java/com/yuanchu/mom/service/TechniqueService.java
@@ -35,7 +35,7 @@
     * @param specificationsId
     * @return
     */
    List<Map<String,Object>> chooseTech(Integer specificationsId);
    List<Map<String,Object>> chooseTech(Integer specificationsId,Integer version);
    /**
     * 右上角新增-->生产工艺-->选择设备
@@ -53,10 +53,9 @@
    /**
     * 右上角新增-->生产工艺
     * @param technologyId
     * @param techniqueDto
     */
    void addTechnique(Integer technologyId, TechniqueDto techniqueDto);
    void addTechnique(TechniqueDto techniqueDto);
    /**
     * 删除