yanjinhui
2025-03-13 d3ae2e67d8237e8474c7b88f526619550608b933
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/WIDESEAWCS_Model/Models/SerialPort/Dt_TorqueOp.cs
@@ -10,11 +10,12 @@
namespace WIDESEAWCS_Model.Models
{
    [SugarTable("Dt_TorqueOp", "每次执行成功存储的值"), MultiTenant]
    public class Dt_TorqueOp
    public class Dt_TorqueOp :BaseEntity
    {
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public int ID { get; set; }
        [SugarColumn(IsNullable = true, Length = 50)]
        public string DeviceCode { get;  set; }
        [SugarColumn(IsNullable = true, Length = 50)]