base-server/src/main/java/com/yuanchu/mom/service/TechnicalModelService.java
@@ -51,10 +51,11 @@ * * @param technicalModelDto */ void addTechMode(Integer id, TechnicalModelDto technicalModelDto); void addTechMode(TechnicalModelDto technicalModelDto); /** * 根据id查询详情 * * @param id 技术指标id * @return */ @@ -62,19 +63,21 @@ /** * 编辑 * @param id * * @param technicalModelDto */ void writeTechById(Integer id, TechnicalModelDto technicalModelDto); /** * 删除 * * @param id */ void delTechById(Integer id); /** * 批量删除 * * @param ids */ void delAllTech(String ids);