yanjinhui
2025-03-11 6eaa4ce46292314450fb725f67f27774945865cc
项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Model/Models/SerialPort/Dt_NJCommands.cs
@@ -12,12 +12,15 @@
    public  class Dt_NJCommands
    {
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
        public  int  Comid { get; set; }
        public  int  ID { get; set; }
        [SugarColumn(IsNullable = true, Length = 50)]
        public string  DeviceNum { get; set; }
        [SugarColumn(IsNullable = true, Length = 50)]
        public string TorqueGruop { get; set; }
        [SugarColumn(IsNullable = true, Length = 50)]
        public string  TorqueValue { get; set; }