yanjinhui
2025-03-12 1d92f653e2bf1174d5d1d101ee0bbbd2103ecf4a
项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Model/Models/SerialPort/Dt_Process.cs
@@ -40,7 +40,7 @@
        
        [SugarColumn(IsNullable = true, Length = 50)]
        public string TorqueOne { get; set; }
        public float TorqueOne { get; set; }
        [SugarColumn(IsNullable = true, Length = 50)]
        public string ArticleOne { get; set; }
@@ -52,7 +52,7 @@
        public int TorqueOneQuantity { get; set; }
        [SugarColumn(IsNullable = true, Length = 50)]
        public string TorqueTwo { get; set; }
        public float TorqueTwo { get; set; }
        [SugarColumn(IsNullable = true, Length = 50)]
        public int TorqueTwoQuantity { get; set; }