0
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using MyCode.Project.Domain;
|
||||
using MyCode.Project.Domain.Message;
|
||||
using MyCode.Project.Domain.Message.Act.AdminReport.PrdReport;
|
||||
using MyCode.Project.Domain.Message.Act.Common;
|
||||
using MyCode.Project.Domain.Message.Response.LxmZHMDReport;
|
||||
using MyCode.Project.Domain.Model;
|
||||
@@ -31,5 +32,9 @@ namespace MyCode.Project.Domain.Repositories
|
||||
/// <param name="search"></param>
|
||||
/// <returns></returns>
|
||||
PageResult<PrdMoOrderEntryResp> GetPrdMoEntryPageList(PagedSearch<IdAct> search);
|
||||
PrdReportHead GetMoDataChartHeadByYearAndMonth(YearAndMonth yearAndMonth);
|
||||
List<MaterialAndQty> GetPrdInStockGroupByMaterial(YearAndMonth yearAndMonth);
|
||||
List<MaterialAndQty> GetPrdMoGroupByMaterial(YearAndMonth yearAndMonth);
|
||||
List<MaterialAndQty> GetInventoryGroupByMaterial();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user