Lius
2025-08-27 fa1f4cdd548662fc2619c4675588b9797e0dd9fa
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);
}