XiaoRuby
2023-09-07 088ceb9faf6f1d0d9f57bb9cd65f542337d40b7f
standard-server/src/main/java/com/yuanchu/mom/service/ProductService.java
@@ -64,14 +64,7 @@
     * @param internal
     * @return
     */
    Integer write(Integer id, String required, String internal);
    /**
     * 添加同一个型号技术指标的版本
     * @param specificationsId
     * @return
     */
    Integer addVersion(Integer specificationsId,Integer version);
    String write(Integer id, String required, String internal);
    /**
     * 删除
@@ -86,10 +79,9 @@
    void delAllPro(String ids);
    /**
     * 查询标准BOM技术指标中该型号工艺下最新版本的检验项目
     * 查询标准BOM技术指标中该型号工艺下的检验项目
     * @param technologyId
     * @param ver
     * @return
     */
    List<Product> selProByVerSpe(Integer technologyId, Integer ver);
    List<Product> selProByVerSpe(Integer technologyId);
}