package com.zehong.system.service;
import com.zehong.system.domain.TCountyLevelRegion; import java.util.List;
/** * 行政区规划service * * @author zehong * @date 2024-07-01 */ public interface IDistrictPlanningService {
List<TCountyLevelRegion> listCountyByDict();
}