zhubaomin
4 天以前 c2976b80e8850be2d28dc2132c6659856b871f3c
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() ;
}