liurunyu
2025-06-20 5f514e032986ae9d116aaa55a91c4b0617b6e57a
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();
}