|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq.Expressions;
|
|
using WX.CRM.Common.Layui;
|
|
using WX.CRM.Model.DTO;
|
|
using WX.CRM.Model.Entity;
|
|
|
|
namespace WX.CRM.IBLL.Wx
|
|
{
|
|
public interface IWX_SZZYORDERREFUND : IRepository<WX_SZZYORDERREFUND>
|
|
{
|
|
}
|
|
}
|