1
huangxiaoqiang
2025-05-26 41702c7ce4c88ad70f52d83d153dd4c596ff69d5
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/AGV/task_call.cs
@@ -13,19 +13,20 @@
        /// <summary>
        /// id
        /// </summary>
        [SqlSugar.SugarColumn(IsPrimaryKey = true)]
        public int d_task_id { get; set; }
        /// <summary>
        /// AGV浠诲姟绫诲瀷
        /// </summary>
        public int d_task_type { get; set; }
        public string d_task_type { get; set; }
        /// <summary>
        /// 妤煎眰
        /// </summary>
        public int d_floor { get; set; }
        public string d_floor { get; set; }
        /// <summary>
        /// 鐐逛綅
@@ -37,7 +38,7 @@
        /// 
        /// </summary>
        public int d_start_rfid { get; set; }
        public string d_start_rfid { get; set; }
        /// <summary>
        /// 璧风偣
@@ -49,15 +50,15 @@
        /// 缁堢偣
        /// </summary>
        public string d_involed2{ get; set; }
        public string d_involed2 { get; set; }
        public int d_involed3{ get; set; }
        public string d_involed3 { get; set; }
        public int d_involed4{ get; set; }
        public string d_involed4 { get; set; }
        public int? d_involed5{ get; set; }
        public string? d_involed5 { get; set; }
        public int d_involed6{ get; set; }
        public string d_involed6 { get; set; }
    }
}