| | |
| | | List<SysReagent> selectReagentSafetyNum(); |
| | | |
| | | void updateSafetyNum(@Param("id") String id, @Param("safetynum") Integer safetynum); |
| | | |
| | | /** |
| | | * @Description: 根据Map里的详细传参 查询试剂个数 |
| | | * @date 2021/6/21 9:07 |
| | | */ |
| | | List<SysReagent> countReagentByDetail(@Param("params") Map detail); |
| | | |
| | | SysReagent getRowData(@Param("id") String rowKey); |
| | | |
| | | SysReagent getSysReagentListNewRowData(@Param("id")String rowKey); |
| | | |
| | | List<Map> selectAll(Map params); |
| | | |
| | | void updateSysReagentPriceById(@Param("reagentId") String reagentId,@Param("price") BigDecimal price); |
| | | } |