Change1
This commit is contained in:
@ -8,6 +8,22 @@ namespace BRS.Common.Model.Helper
|
||||
{
|
||||
public static class EnumHelper
|
||||
{
|
||||
static int ShijiaoPostion1 = 0;
|
||||
static int ShijiaoPostion2 = 0;
|
||||
static int ShijiaoPostion3 = 0;
|
||||
public struct MyPoint
|
||||
{
|
||||
public double dX;
|
||||
public double dY;
|
||||
}
|
||||
public struct Corner
|
||||
{
|
||||
public MyPoint LU;
|
||||
public MyPoint RU;
|
||||
public MyPoint LD;
|
||||
public MyPoint RD;
|
||||
|
||||
}
|
||||
/// <summary>
|
||||
/// 根据枚举的代码名称获取枚举列表信息
|
||||
/// </summary>
|
||||
@ -672,6 +688,8 @@ namespace BRS.Common.Model.Helper
|
||||
Resetting = 5,
|
||||
Closing = 6,
|
||||
ClearProduct = 7,
|
||||
//等待
|
||||
Waiting=8,
|
||||
}
|
||||
|
||||
public enum WhoolSize
|
||||
|
Reference in New Issue
Block a user