liurunyu
2024-12-05 e48d097ca0532090a7a109af4c2c9c6e1b288a34
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() ;
}