zss
2025-02-18 bcc80a6833abe9f24abdb978f7c7f01b664a574f
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);