kazelee
21 小时以前 f8d23dcf8d6501482db1a5180325194232afe96c
models/TN_Task.cs
@@ -55,12 +55,12 @@
        public string S_EQ_NO { get; set; }
        /// <summary>
        /// 任务状态:0等待 1已推送 2执行 3完成 4错误
        /// 任务状态:0等待 1已推送 2执行 3完成 4错误
        /// </summary>
        public string S_B_STATE { get; set; } = "等待";
        /// <summary>
        /// 任务状态:0等待 1已推送 2执行 3完成 4错误
        /// 任务状态:0等待 1已推送 2执行 3完成 4错误
        /// </summary>
        public int N_B_STATE { get; set; }
   
@@ -78,6 +78,10 @@
        public string S_EQ_TASK_CODE { get; set; }
        public string S_CNTR_CODE { get; set; }
        /// <summary>
        /// 作业编码
        /// </summary>
        public string S_OP_CODE { get; set; }
        public string S_OP_NAME { get; set; }
    
        public int N_START_LAYER { get; internal set; }
@@ -88,7 +92,7 @@
        public string S_BS_TYPE { get; set; } = string.Empty;
        ///// <summary>
        ///// 是否强制出库:0不强制 1强制
        ///// 是否强制出库:0不强制 1强制
        ///// </summary>
        //public int N_FORCE { get; set; } = 0;