增加MXL4模组
This commit is contained in:
19
WCS.Model/WebSocketModel/SolveWarningRequest.cs
Normal file
19
WCS.Model/WebSocketModel/SolveWarningRequest.cs
Normal file
@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WCS.Model.WebSocketModel
|
||||
{
|
||||
public class SolveWarningRequest : RequestBase
|
||||
{
|
||||
public Guid Guid { get; set; }
|
||||
public SolveTypeEnum SolveType { get; set; }
|
||||
}
|
||||
|
||||
public enum SolveTypeEnum
|
||||
{
|
||||
处理 = 0,
|
||||
忽略 = 1,
|
||||
屏蔽库位 = 2,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user