This commit is contained in:
17860779768
2023-03-03 12:10:50 +08:00
parent 157613603c
commit 7949ec25c9
24 changed files with 1616 additions and 1459 deletions

View File

@ -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