liurunyu
2025-06-06 3e68e7c7999fd3d976389ffe6d9650dd0906c98f
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() ;
}