yanjinhui
2025-03-17 b8510ca5d1e56ef78cd27c45b6bd65a2c13f6b27
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/WIDESEAWCS_Model/Models/SerialPort/Dt_NJCommands.cs
@@ -15,19 +15,39 @@
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public  int  ID { get; set; }
        /// <summary>
        /// è®¾å¤‡å·
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string  DeviceNum { get; set; }
        /// <summary>
        /// æ‰€å±žåˆ†ç±»ï¼ˆæœºæ¢°/电气/地沟)
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string TorqueGruop { get; set; }
        /// <summary>
        /// æ‰­çŸ©æ‰³æ‰‹ä¼ è¾“的值
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string  TorqueValue { get; set; }
        /// <summary>
        /// æœ€å¤§èŒƒå›´+0001000[+TOL]
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string TorqueMax { get; set; }
        /// <summary>
        /// æœ€å°èŒƒå›´-0001000[-TOL]
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string  TorqueMin { get; set; }
    }