| | |
| | | * |
| | | * @param technicalModelDto |
| | | */ |
| | | void addTechMode(Integer id, TechnicalModelDto technicalModelDto); |
| | | void addTechMode(TechnicalModelDto technicalModelDto); |
| | | |
| | | /** |
| | | * 根据id查询详情 |
| | | * |
| | | * @param id 技术指标id |
| | | * @return |
| | | */ |
| | | List<Map<String,Object>> selecTechById(Integer id); |
| | | List<Map<String, Object>> selecTechById(Integer id); |
| | | |
| | | /** |
| | | * 编辑 |
| | | * @param id |
| | | * |
| | | * @param technicalModelDto |
| | | */ |
| | | void writeTechById(Integer id, TechnicalModelDto technicalModelDto); |
| | | |
| | | /** |
| | | * 删除 |
| | | * |
| | | * @param id |
| | | */ |
| | | void delTechById(Integer id); |
| | | |
| | | /** |
| | | * 批量删除 |
| | | * |
| | | * @param ids |
| | | */ |
| | | void delAllTech(String ids); |