ComplianceServer/oldcode/IBLL/Wx/IWX_ORDERCUSTOMERCLASSIFY.cs

10 lines
160 B
C#

using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Wx
{
public interface IWX_ORDERCUSTOMERCLASSIFY : IRepository<WX_ORDERCUSTOMERCLASSIFY>
{
}
}