zhubaomin
2024-10-30 1ffdd87a0a34c9428ba1fe6acf56811f791f6f27
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() ;
    
}