package cn.reghao.dfs.api.iface; import cn.reghao.dfs.api.dto.KeyValue; import java.util.List; /** * @author reghao * @date 2023-01-09 16:06:53 */ public interface RegionService { List<KeyValue> list(); }