yanjinhui
2025-03-17 b8510ca5d1e56ef78cd27c45b6bd65a2c13f6b27
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/WIDESEAWCS_Model/Models/SerialPort/Dt_NjTask.cs
@@ -5,59 +5,266 @@
using System.Threading.Tasks;
using Dm;
using SqlSugar;
using WIDESEAWCS_Core.DB.Models;
using WIDESEAWCS_Core.Tenants;
namespace WIDESEAWCS_Model.Models
{
    [SugarTable("Dt_NjTask", "扭矩任务表"), MultiTenant]
    public class Dt_NjTask
    public class Dt_NjTask : BaseEntity
    {
        /// <summary>
        /// ä¸»é”®
        /// </summary>
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public  int id { get; set; }
        /// <summary>
        /// æ¨¡æ¿id
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public int tempID { get; set; }
        /// <summary>
        /// è‡ªå®šä¹‰id(上游给就用他的,没有就用我们的)
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string  NJtaskID {  get; set; }
        public  string trainKind { get; set; }
        /// <summary>
        /// ä»»åŠ¡å
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string TakeName { get; set; }
        /// <summary>
        /// è½¦åž‹
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string trainKind { get; set; }
      /// <summary>
      /// è½¦ç»„号
      /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string trainNum { get; set; }
        /// <summary>
        /// è‚¡é“
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string track { get; set; }
        /// <summary>
        /// è½¦åŽ¢å·ï¼ˆåªèƒ½æ˜¯00-07)
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string coachNum { get; set; }
        /// <summary>
        /// è½¬å‘架(只能A,B)
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string bogie { get; set; }
        /// <summary>
        /// æ£€ä¿®ç­ç»„
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string processDept { get; set; }
        /// <summary>
        /// æŠ€æœ¯å‘˜
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string jiShuYuan { get; set; }
        /// <summary>
        ///机械质检员
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string zhiJianYuan_LC { get; set; }
        /// <summary>
        /// åœ°æ²Ÿè´¨æ£€å‘˜
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string zhiJianYuan_DG { get; set; }
        /// <summary>
        /// ç”µæ°”质检员
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string zhiJianYuan_DQ { get; set; }
        /// <summary>
        /// å·¥é•¿
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string gongZhang { get; set; }
        /// <summary>
        /// æœºæ¢°åŠ›çŸ©
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string liJu_LC { get; set; }
        /// <summary>
        /// æœºæ¢°è¾…助
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string fuZhu_LC { get; set; }
        /// <summary>
        /// åœ°æ²ŸåŠ›çŸ©
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string liJu_DG { get; set; }
        /// <summary>
        /// åœ°æ²Ÿè¾…助
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public String fuZhu_DG {  get; set; }
        /// <summary>
        /// ç”µæ°”力矩
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public string liJu_DQ { get; set; }
        /// <summary>
        /// ç”µæ°”辅助
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50)]
        public  string fuZhu_DQ { get; set; }
        /// <summary>
        /// åˆ›å»ºæ—¶é—´
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime createTime { get; set; }
        /// <summary>
        /// ä¸‹å‘任务时间
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public  DateTime dispatchTime { get; set; }
        /// <summary>
        /// å¼€å§‹ä½œä¸šæ—¶é—´
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime startTime { get; set; }
        /// <summary>
        /// æœºæ¢°å¼€å§‹æ—¶é—´
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime startTime_LC { get; set; }
        /// <summary>
        /// æœºæ¢°å®Œæˆæ—¶é—´
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime endTime_LC { get; set; }
        /// <summary>
        /// åœ°æ²Ÿå¼€å§‹æ—¶é—´
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime startTime_DG { get; set; }
        /// <summary>
        /// åœ°æ²Ÿå®Œæˆæ—¶é—´
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime endTime_DG { get; set; }
        /// <summary>
        /// ç”µæ°”开始时间
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime startTime_DQ { get; set; }
        /// <summary>
        /// ç”µæ°”结束时间
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime endTime_DQ { get; set; }
        /// <summary>
        /// æ•´ä¸ªä»»åŠ¡å®Œæˆæ—¶é—´
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime endTime { get; set; }
        /// <summary>
        /// æŠ€æœ¯å‘˜ç¡®è®¤æ—¶é—´
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime confirmTime_JS { get; set; }
        /// <summary>
        /// å·¥åŽ‚ç¡®è®¤æ—¶é—´
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime confirmTime_GZ { get; set; }
        /// <summary>
        /// æœºæ¢°è´¨æ£€å‘˜ç¡®è®¤æ—¶é—´
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime confirmTime_LC { get; set; }
        /// <summary>
        /// åœ°æ²Ÿè´¨æ£€å‘˜ç¡®è®¤æ—¶é—´
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime confirmTime_DG { get; set; }
        /// <summary>
        /// ç”µæ°”质检员确认时间
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime confirmTime_DQ { get; set; }
        /// <summary>
        /// ä»»åŠ¡çŠ¶æ€ï¼ˆ0/1)
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public int Taskstatus { get; set; }
    }