erp增加下推接口

This commit is contained in:
18942506660
2023-11-03 16:30:35 +08:00
parent 79eeeeb697
commit afc8322533
3 changed files with 64 additions and 1 deletions

View File

@@ -37,5 +37,8 @@ namespace WMS.Web.Domain.IService.Public
Task<ResultList<ErpStockDto>> BillQueryForStock();
//同步数据(保存提交审核)
Task<Result> Sync<T>(T dto, string formId);
//下推
Task<Result> Push(ErpPushDto dto);
}
}