using System.Collections.Generic; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Ord { public interface IORD_HEGUIMEMO { void CreateListMemo(List LIST); } }