zss
2023-09-13 a376a001494a12c04b6a2a04bf797cbd7198d1f7
inspect-server/src/main/java/com/yuanchu/mom/mapper/RawInsProductMapper.java
@@ -16,5 +16,9 @@
public interface RawInsProductMapper extends BaseMapper<RawInsProduct> {
    //根据原材料检验单id查询检验项目
    List<Integer> getresult(Integer id);
}