liurunyu
2024-12-16 5441119f2839d27a5d01d95e5278bbbb73c1009e
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() ;
}