This commit is contained in:
2025-08-24 19:00:55 +08:00
parent 2f8a5053ad
commit c7b9a44f8c
9 changed files with 426 additions and 8 deletions

View File

@@ -45,6 +45,11 @@ namespace MyCode.Project.Repositories
return list;
}
/// <summary>
/// 销售订单详情
/// </summary>
/// <param name="search"></param>
/// <returns></returns>
public PageResult<PurOrderDetilResp> GetPurOrderDetil(PagedSearch<IdAct> search)
{
SearchCondition where = new SearchCondition();