李林
2023-07-20 35c5447197f7a2341f21ecc2555d0b5ed4c7513a
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);
}