1
This commit is contained in:
@@ -13,6 +13,18 @@ namespace MyCode.Project.Domain.Repositories
|
||||
{
|
||||
public interface IPushKingDeeOrderRepository : IRepository<PushKingDeeOrder>
|
||||
{
|
||||
|
||||
}
|
||||
///// <summary>
|
||||
///// 根据行数查询采购订单列表
|
||||
///// </summary>
|
||||
///// <param name="PageSize"></param>
|
||||
///// <returns></returns>
|
||||
//PageResult<PurOrderMainResp> PurOrderMainQuery(int PageSize);
|
||||
|
||||
///// <summary>
|
||||
///// 根据内码查采购订单明细
|
||||
///// </summary>
|
||||
///// <param name="FID"></param>
|
||||
///// <returns></returns>
|
||||
//PageResult<PurOrderDetilResp> PurOrderDetilQuery(int FID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user