kazelee
2025-05-20 ef839d119eec2c28fac5f5ba175d71f926afae44
Models/TN_Task.cs
@@ -15,7 +15,7 @@
        /// <summary>
        /// AGV 车号
        /// </summary>
        public string S_EQ_NO { get; set; }
        public string S_EQ_NO { get; set; } = "";
        public string S_TYPE { get; set; }
        public string S_B_STATE { get; set; } = "等待";
        /// <summary>
@@ -33,15 +33,15 @@
        public string S_CODE { get; set; }
        public string S_EQ_TASK_CODE { get; set; }
        public string S_CNTR_CODE { get; set; }
        public string S_OP_NAME { get; set; }
        public string S_CNTR_CODE { get; set; } = "";
        public string S_OP_NAME { get; set; } = "";
    
        public int N_CNTR_COUNT { get; internal set; }
        //public int N_CNTR_COUNT { get; internal set; }
        /// <summary>
        /// 任务的货物重量
        /// </summary>
        public float F_WEIGHT { get; set; }
        ///// <summary>
        ///// 任务的货物重量
        ///// </summary>
        //public float F_WEIGHT { get; set; }
        internal static string GetStateStr(int state) {
            //0等待     1已推送       2执行    3完成    4错误