liurunyu
2025-07-29 9c4100d5a1ada3f8539d80199b3d8da534f9a982
1
2
3
4
5
6
7
8
package com.dy.common.mw.support;
 
import com.dy.common.mw.UnitAdapterInterface;
 
public interface SupportUnitAdapter extends UnitAdapterInterface {
 
    SupportUnitConfigVo getConfig() ;
}