wuzeyu
2024-05-21 685a6664f4d83256421cfd4b177908c8da1d4c2f
1
2
3
4
5
6
7
8
9
package com.dy.rtuMw.resource;
 
import com.dy.common.mw.UnitAdapterInterface;
 
public interface ResourceUnitAdapter extends UnitAdapterInterface {
 
    ResourceUnitConfigVo getConfig() ;
    
}