liurunyu
2025-04-30 959dcca95276888cd9c092d93d276ef9aa580aef
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/support/SupportUnitAdapter.java
New file
@@ -0,0 +1,8 @@
package com.dy.common.mw.support;
import com.dy.common.mw.UnitAdapterInterface;
public interface SupportUnitAdapter extends UnitAdapterInterface {
   SupportUnitConfigVo getConfig() ;
}