wuzeyu
2024-05-23 aee3158d47cd5ffd258188a68233cf9c72a4274d
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() ;
    
}