namespace YZXYH.Repository.Interface { public partial interface IIndustryInfoRepository { string GetIndustries(); string GetIndustries(string id); } }