kazelee
2025-05-23 c4e968254a4f1c5d538a9fd91284b4843ea08198
Models/TN_Task.cs
@@ -35,13 +35,13 @@
        public string S_CNTR_CODE { get; set; } = "";
        public string S_OP_NAME { get; 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; } = 0f;
        internal static string GetStateStr(int state) {
            //0等待     1已推送       2执行    3完成    4错误