hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/rawglassstation/service/RawGlassStorageStationService.java
@@ -12,7 +12,12 @@ */ public interface RawGlassStorageStationService extends IService<RawGlassStorageStation> { List<RawGlassStorageStation> selectStations(); boolean updateRawGlassStorageStation(String slot); boolean deleteRawGlassStorageStation(String device_id); boolean insertRawGlassStorageStation(RawGlassStorageStation rw); List<RawGlassStorageTask> listRawGlassDetails(); }