yanjinhui
2025-03-11 6eaa4ce46292314450fb725f67f27774945865cc
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/WIDESEAWCS_Model/Models/SerialPort/Dt_TorqueOp.cs
@@ -6,26 +6,26 @@
using SqlSugar;
using WIDESEAWCS_Core.Tenants;
namespace WIDESEAWCS_Model.Models.SerialPort
namespace WIDESEAWCS_Model.Models
{
    //[SugarTable("Dt_Process", "每次执行成功存储的值"), MultiTenant]
    [SugarTable("Dt_TorqueOp", "每次执行成功存储的值"), MultiTenant]
    public class Dt_TorqueOp
    {
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public int ID { get; set; }
        public string DeviceCode { get;  set; }
        public string DeviceCode { get;  set; }
        //[SugarColumn(IsNullable = true, Length = 50,ColumnName = "TakeId")]
        [SugarColumn(IsNullable = true, Length = 50)]
        public int TakeId {  get; set; }
        //[SugarColumn(IsNullable = true, Length = 50, ColumnName = "GroupOp")]
        [SugarColumn(IsNullable = true, Length = 50)]
        public string GroupOp { get; set; }
        //[SugarColumn(IsNullable = true, Length = 50, ColumnName = "ProcessSte")]
        [SugarColumn(IsNullable = true, Length = 50)]
        public int ProcessSte { get; set; }
        //[SugarColumn(IsNullable = true, Length = 50, ColumnName = "TorqueSize")]
        [SugarColumn(IsNullable = true, Length = 50)]
        public string TorqueSize { get; set; }