刷新金蝶数据接口

This commit is contained in:
18942506660
2023-11-09 15:45:23 +08:00
parent 3450a98119
commit 3ee611e4d2
9 changed files with 151 additions and 3 deletions

View File

@@ -21,5 +21,7 @@ namespace WMS.Web.Domain.Infrastructure
Task<List<OutStock>> GetEntityList(List<int> ids);
/// 修改实体集合
Task<bool> EditEntityList(List<OutStock> entitys, bool isTransaction = true);
//获取详情
Task<OutStockInfoResponse> GetInfo(int id);
}
}