zhubaomin
2024-08-30 7ccce6911249a0a9df42f2e04e7a34da4c66a6da
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() ;
}