| | |
| | | |
| | | List<DangerousEncode> selectByCodeAndName(@Param("reagentcode") String reagentcode,@Param("reagentname") String reagentname,@Param("cas") String cas,@Param("code") String code); |
| | | |
| | | List<DangerousEncodeVo> selectByReagentName(@Param("reagentname") String reagentname, @Param("cas") String cas); |
| | | List<DangerousEncode> selectByReagentName(@Param("reagentname") String reagentname, @Param("cas") String cas); |
| | | |
| | | DangerousEncode selectByName(@Param("reagentname") String reagentname); |
| | | |
| | | DangerousEncode selectById(@Param("id") Long id); |
| | | } |