12 lines
469 B
C#
12 lines
469 B
C#
using System.Collections.Generic;
|
|
using WX.CRM.Common;
|
|
using WX.CRM.Model.Entity;
|
|
|
|
namespace WX.CRM.IBLL.Wx
|
|
{
|
|
public interface IWX_SZZYORDER2 : IRepository<WX_SZZYORDER2>
|
|
{
|
|
List<WX_SZZYORDER2> GetList2(ref Pager pager, string resId, string contractCode, string szzyOrderId, decimal productId, decimal subProductId, decimal orderType, string stime, string etime, string orderStatus, string ostime, string oetime, string fcText, string cName);
|
|
}
|
|
}
|