同步新物料定时任务

This commit is contained in:
tongfei
2024-04-08 14:53:51 +08:00
parent 4a8551ed84
commit 44ee10e2ff
7 changed files with 85 additions and 0 deletions

View File

@@ -344,6 +344,10 @@ namespace WMS.Web.Api.Controllers
return await _sendMessageService.Execute();
}
/// <summary>
/// 同步新物料-和修改已启用批号管理的物料
/// </summary>
/// <returns></returns>
[HttpGet]
[Route("SyscMats")]
public async Task<Result> SyscMats()