pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/server/msCenter/MsCenterUnitAdapter.java
New file
@@ -0,0 +1,12 @@
package com.dy.rtuMw.server.msCenter;
import com.dy.common.mw.UnitAdapterInterface;
/**
 * @Author: liurunyu
 * @Date: 2025/2/12 13:58
 * @Description
 */
public interface MsCenterUnitAdapter extends UnitAdapterInterface {
    MsCenterConfigVo getConfig();
}