Lius
2025-08-27 37fd5447c3b7bfdd3d1b31f8d68c6750471f178c
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IControlSystemService.java
@@ -9,5 +9,4 @@
 */
public interface IControlSystemService extends IService<ControlSystem> {
    ControlSystem getByDriveType(String driveType);
}