接口优化

This commit is contained in:
tongfei
2023-11-17 17:24:56 +08:00
parent b58c9957e4
commit 9daa9ab775
7 changed files with 29 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ namespace WMS.Web.Domain.IService.Public
/// <param name="action"></param>
/// <param name="companyId"></param>
/// <param name="code"></param>
/// <param name="id">加上ID防止编码重复</param>
/// <returns></returns>
string GetSingleData(SingleAction action, int companyId, string code);
/// <summary>