This commit is contained in:
2025-05-16 18:37:51 +08:00
parent 0ecbc73c0b
commit 6e91814080
4 changed files with 20 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ namespace MyCode.Project.Services
/// 采购订单列表
/// </summary>
/// <returns></returns>
string QueryList(DateTime begin, DateTime end, string FSupplierId);
string QueryList(DateTime begin, DateTime end, string FSupplierId, string yuYan = "");
/// <summary>
/// 采购单分页列表