接口优化

This commit is contained in:
tongfei
2023-11-09 16:16:53 +08:00
18 changed files with 290 additions and 44 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);
}
}