瀏覽代碼

no message

DESKTOP-Kang 6 年之前
父節點
當前提交
5ba7d81096
共有 2 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      Dev/OHV/OHV.Common/Model/VehicleState.cs
  2. 二進制
      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; }
+
+    }
+}

二進制
Documents/Software/Interface/VehicleToMTL_Interface_200317.xlsx