liurunyu
2024-08-28 8d2b573ced32e6ca6fab7c1dc45e1fa108030ba1
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() ;
    
}