using System.Collections.Generic; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Level2 { public interface IL2_SOFT_BIGPRODUCT_Q { List GetListL2_Soft_bigproduct(); List GetProductDetail(decimal? useclient); } }