kazelee
2025-05-27 8633a0b6e52d9899fda4f3ec2decc1c39b960e5f
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错误