| | |
| | | |
| | | 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; } // 扫码创建任务时间 |
| | | } |
| | | } |
| | | } |