using System.Collections.Generic; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Ord { public interface IORD_MEMOCONTENT_Q { ORD_MEMOCONTENT GetInfo_OrdMemoContent(decimal pkid); Dictionary GetOrdMemoContentByIds(List coids); List GetOrdMemoContent(IEnumerable contentIds); } }