液晶标签协议对接!

This commit is contained in:
hehaibing-1996
2024-12-09 19:40:05 +08:00
parent a37918a95d
commit 1c2a34256e
11 changed files with 460 additions and 621 deletions

View File

@ -18,5 +18,10 @@ namespace WCS.BLL.Services.IService
public Task<ResponseCommon<object>> sysOrderMXL4(SysOrderMXL4Request request);
public Task<ResponseCommon> refreshInventoryRequest(RefreshInventoryRequest request);
#region APi
public Task<ResponseCommon> reSetAll();
public Task<ResponseCommon> defaultDisplay();
#endregion
}
}