20260209修改

This commit is contained in:
2026-02-09 16:59:27 +08:00
parent 2c4b77dd50
commit 92ac988933
10 changed files with 289 additions and 5 deletions

View File

@@ -25,6 +25,13 @@ namespace BarCode.Web.Domain.Infrastructure
/// <returns></returns>
Task<List<Materials>> GetEntityList(int? orgId = null);
/// <summary>
/// 列表
/// </summary>
/// <param name="materNumbers"></param>
/// <returns></returns>
Task<List<Materials>> GetEntityListAddMaterial(List<string> materNumbers);
/// <summary>
/// 物料
/// </summary>