zss
2023-08-22 affabbd21802dacbf943692912a83e63106670e4
standard-server/src/main/java/com/yuanchu/limslaboratory/mapper/SpecificationsMapper.java
@@ -18,5 +18,11 @@
 */
public interface SpecificationsMapper extends BaseMapper<Specifications> {
    Map<String, Object> selectSNameSNName(int materialId);
    IPage<Map<String, Objects>> listSpecificationsInformation(String specificationsName, String serialNumberId, Page<Objects> page);
    //根据型号id查询物料名称
    String selMateName(Integer standardId);
}