XiaoRuby
2023-08-29 2b8767a3b089e8b69d2dd59795593b096ea699a5
inspection-server/src/main/java/com/yuanchu/limslaboratory/mapper/RawMaterialMapper.java
@@ -21,10 +21,10 @@
 */
public interface RawMaterialMapper extends BaseMapper<RawMaterial> {
    IPage<RawMaterial> selectRawMaterial(String materialCoding, String materialName, Integer condition, String createTime, Page<Objects> page);
    IPage<RawMaterial> selectRawMaterial(String materialCoding, String materialName, Integer type, String createTime, Page<Objects> page);
    List<RawMaterial> selectRawmaAll();
    List<Map<String, Object>> selectRawmaAll();
    InspectionVo selectRawmaById(Integer id);
}