XiaoRuby
2023-08-03 fbba4ea24430b14eee18b190b7e08f1a58a8e504
standard-server/src/main/java/com/yuanchu/limslaboratory/mapper/SpecificationsMapper.java
@@ -18,5 +18,7 @@
 */
public interface SpecificationsMapper extends BaseMapper<Specifications> {
    Map<String, Object> selectSNameSNName(int materialId);
    IPage<Map<String, Objects>> listSpecificationsInformation(String specificationsName, String serialNumberId, Page<Objects> page);
}