zss
2025-08-14 929c6698f4d7598997fc233e09c39c3bdce9fcf8
cnas-server/src/main/java/com/yuanchu/mom/service/DeviceService.java
@@ -38,7 +38,7 @@
    List<Device> selectDeviceByCategory(String inspectionItem, String inspectionItemSubclass);
    Device selectDeviceByCode(String code);
    Device selectDeviceByCode(Integer id);
    Result<?> dataAcquisition(HttpServletRequest request, Integer id, String entrustCode, String sampleCode);