增加盘点模式

This commit is contained in:
hehaibing-1996
2024-05-09 09:43:28 +08:00
parent 311a695498
commit cb6090bf0b
43 changed files with 2909 additions and 423 deletions

View File

@ -9,6 +9,7 @@ using WCS.BLL.DbModels;
using WCS.BLL.HardWare;
using WCS.DAL.Db;
using WCS.DAL.DbModels;
using WCS.Model.ApiModel.InOutRecord;
using WCS.Model.WebSocketModel;
namespace WCS.BLL.Manager
@ -71,8 +72,8 @@ namespace WCS.BLL.Manager
case WarningTypeEnum.:
SolveLoss(warningInManager);
break;
case WarningTypeEnum.:
SolveNoScan(warningInManager);
case WarningTypeEnum.:
SolveLoss(warningInManager);
break;
}
}