liurunyu
6 天以前 4f99f59668c9160ca60958b7347944def26f2228
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() ;
}