zhubaomin
2025-05-07 73ef7206a89b119a68b7de9abd68c7664d1c605c
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() ;
    
}