添加报警窗口
出库流程调试、优化
This commit is contained in:
18
WCS.Model/WebSocketModel/SolveWarningRequesr.cs
Normal file
18
WCS.Model/WebSocketModel/SolveWarningRequesr.cs
Normal file
@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WCS.Model.WebSocketModel
|
||||
{
|
||||
public class SolveWarningRequest
|
||||
{
|
||||
public Guid Guid { get; set; }
|
||||
public SolveTypeEnum SolveType { get; set; }
|
||||
}
|
||||
|
||||
public enum SolveTypeEnum
|
||||
{
|
||||
处理 = 0,
|
||||
忽略 = 1,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user