zhubaomin
2025-02-17 e0de7ce3b810585cd6cf3df4786bb59c720c02a8
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() ;
}