杨前锦
2025-07-07 c8f338feee0b6003d8f069b1d37fd9b90dd1b7f4
HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP/dispatch/GtDispatch.cs
@@ -59,14 +59,17 @@
        public class WmsToGtLokasiModel
        {
            public string ydate_shiftName { get; set; } // 时间_班次
            public int recid { get; set; }
            public string ydate { get; set; }  // 班次日期
            public string shift { get; set; }  // 班次
            public string bc_entried { get; set; }  // 条码
            public string loc_from { get; set; } // 起点货位
            public string loc_to { get; set; } // 终点货位
            public int qty { get; set; } // 数量
            public int lot { get; set; } // 托数
            public float qty { get; set; } // 数量
            public int lot { get; set; } = 1; // 托数
            public string scantime { get; set; } // 扫码创建任务时间
            public string pic { get; set; }  // 小车号
            public string last_modify_time { get; set; } // 扫码创建任务时间
        }
    }
}