DESKTOP-Kang 6 سال پیش
والد
کامیت
5ba7d81096
2فایلهای تغییر یافته به همراه16 افزوده شده و 0 حذف شده
  1. 16 0
      Dev/OHV/OHV.Common/Model/VehicleState.cs
  2. BIN
      Documents/Software/Interface/VehicleToMTL_Interface_200317.xlsx

+ 16 - 0
Dev/OHV/OHV.Common/Model/VehicleState.cs

@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace OHV.Common.Model
+{
+    public class VehicleState
+    {
+        public string VehicleID { get; set; }
+        public int CurrentTag { get; set; }
+        public double CurrentScale { get; set; }
+
+    }
+}

BIN
Documents/Software/Interface/VehicleToMTL_Interface_200317.xlsx