yanjinhui
2025-03-07 aeb32ca2cc420266734c782df01b27be617e6943
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/WIDESEAWCS_Model/Models/SerialPort/Dt_NjTask.cs
@@ -7,13 +7,18 @@
using SqlSugar;
using WIDESEAWCS_Core.Tenants;
namespace WIDESEAWCS_Model.Models.SerialPort
namespace WIDESEAWCS_Model.Models
{
    [SugarTable("data_task", "上游系统单"), MultiTenant]
    [SugarTable("Dt_NjTask", "扭矩任务表"), MultiTenant]
    public class Dt_NjTask
    {
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public  int id { get; set; }
        public int tempID { get; set; }
        public string  NJtaskID {  get; set; }
        public  string trainKind { get; set; }
        public string TakeName { get; set; }
        public  string trainNum { get; set; }
@@ -30,12 +35,15 @@
        public  string liJu_LC { get; set; }
        public  string fuZhu_LC { get; set; }
        public  string liJu_DG { get; set; }
        public String fuZhu_DG {  get; set; }
        public string liJu_DQ { get; set; }
        public  string fuZhu_DQ { get; set; }
        public  string createTime { get; set; }
        public DateTime createTime { get; set; }
        
        public  string dispatchTime { get; set; }
        public  DateTime dispatchTime { get; set; }
        public DateTime startTime { get; set; }
        public DateTime startTime_LC { get; set; }
@@ -50,7 +58,7 @@
        public DateTime confirmTime_LC { get; set; }
        public DateTime confirmTime_DG { get; set; }
        public DateTime confirmTime_DQ { get; set; }
        public int JXTime { get; set; }
        public string Taskstatus { get; set; }
    }
}