namespace YZXYH.Repository.Interface { public partial interface ICityInfoRepository { string GetCities(); string GetCities(string id); } }