This commit is contained in:
2025-09-01 17:21:34 +08:00
parent 465a5c91bf
commit d4d0af0c58
23 changed files with 383 additions and 2083 deletions

View File

@@ -21,5 +21,11 @@ namespace MyCode.Project.Services
/// <returns></returns>
PageResult<PrdMoOrderEntryResp> GetPrdMoEntryPageList(PagedSearch<IdAct> search);
/// <summary>
/// 获取生产订单执行统计表数据
/// </summary>
/// <param name="search"></param>
/// <returns></returns>
PageResult<PrdMOExecuteDetailRpt> GetMoExecuteSumRespData(PagedSearch search);
}
}