using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Wx
{
public interface IWX_ORDEREXT : IRepository<WX_ORDEREXT>
WX_ORDEREXT GetModel(decimal orderid);
}