using CZFW.Framework.Interface; using CZKJ.GBRS2.Entity; using System.Collections.Generic; namespace CZKJ.GBRS2.Interface { public interface IPublicInfo : ILogicBase { IList GetList(IList typeIdList, int? typeId,string keywords, int pageIndex, int pageSize, out int rowsCount); bool JudgeQuote(int typeId); } }