添加报警窗口
出库流程调试、优化
This commit is contained in:
@ -13,6 +13,10 @@ namespace WCS.BLL.HardWare
|
||||
/// </summary>
|
||||
public interface IShelfBase
|
||||
{
|
||||
/// <summary>
|
||||
/// 货架是否处于报警中
|
||||
/// </summary>
|
||||
public bool IsWarning { get; set; }
|
||||
/// <summary>
|
||||
/// 货架ID 数据库中那个
|
||||
/// </summary>
|
||||
@ -39,7 +43,7 @@ namespace WCS.BLL.HardWare
|
||||
/// <summary>
|
||||
/// 货架当前模式
|
||||
/// </summary>
|
||||
public Mode CurentMode { get; set; }
|
||||
public Mode CurrentMode { get; set; }
|
||||
|
||||
public MatInfoResponse InStoreData { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user