From a8029953301875e30b4dfcfc599a6fb4ebcd0c0c Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期四, 22 八月 2024 14:51:18 +0800 Subject: [PATCH] Merge branch 'hwh' --- Admin.NET/WCS.Application/Enum/PLCEnum.cs | 47 +++++++++++++++++++++++++---------------------- 1 files changed, 25 insertions(+), 22 deletions(-) diff --git a/Admin.NET/WCS.Application/Enum/PLCEnum.cs b/Admin.NET/WCS.Application/Enum/PLCEnum.cs index 7b0d9e4..0677b5e 100644 --- a/Admin.NET/WCS.Application/Enum/PLCEnum.cs +++ b/Admin.NET/WCS.Application/Enum/PLCEnum.cs @@ -17,10 +17,10 @@ [Description("杈撻�佺嚎")] ConveyorLine = 1, /// <summary> - /// RGV灏忚溅 + /// AGV灏忚溅 /// </summary> - [Description("RGV灏忚溅")] - RGV = 2, + [Description("AGV灏忚溅")] + AGV = 2, /// <summary> /// 鍙犳媶鎵樻満 /// </summary> @@ -106,28 +106,31 @@ //Byte [Description("Byte")] Byte = 2, - //Char - [Description("Char")] - Char = 3, - //Word - [Description("Word")] - Word = 4, - //DWord - [Description("DWord")] - DWord = 5, + //Short + [Description("Short")] + Short = 3, + //UShort + [Description("UShort")] + UShort = 4, //Int [Description("Int")] - Int = 6, + Int = 5, //DInt - [Description("DInt")] - DInt = 7, - //Real - [Description("Real")] - Real = 8, - //LReal - [Description("LReal")] - LReal = 9, + [Description("UInt")] + UInt = 6, + //Long + [Description("Long")] + Long = 7, + //ULong + [Description("ULong")] + ULong = 8, + //Float + [Description("Float")] + Float = 9, + //Double + [Description("Double")] + Double = 10, //String [Description("String")] - String = 10, + String = 11, } \ No newline at end of file -- Gitblit v1.8.0