李林
2023-07-17 150c89bd7d5037024468417f5ac11fd518ca44d3
standard-server/src/main/java/com/yuanchu/limslaboratory/mapper/SpecificationsMapper.java
@@ -21,4 +21,6 @@
public interface SpecificationsMapper extends BaseMapper<Specifications> {
    IPage<ListSpecificationsInformation> listSpecificationsInformation(String specificationsName, String serialNumberId, Page<Objects> page);
    Map<String, Object> selectSNameSNName(int materialId);
}