liurunyu
2025-04-27 20f9faf85d45a6db0ed6fa0543f9b44fcd3e0f89
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() ;
}