liurunyu
2025-07-14 7d11bb1480edfbd09652da84dd1699dddf48a483
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();
}