zhubaomin
2024-11-14 fe7bcf9a0b955edc18c0e8ab033a0e8400bfa1b6
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() ;
}