using System.Collections.Generic; namespace WX.CRM.IBLL.Base { public interface IBAS_CITY_Q { List GetListByProvince(int id); WX.CRM.Model.Entity.BAS_CITY GetCity(decimal id); /// /// 获取省地址 /// /// /// /// string GetAddressStr(decimal? pid, decimal? cid); } }