| | |
| | | public string S_END_AREA { get; set; } |
| | | public string S_START_LOC { get; set; } |
| | | public string S_END_LOC { get; set; } |
| | | public int N_START_LANE { get; set; } |
| | | public int N_END_LANE { get; set; } |
| | | public string S_NOTE { get; set; } |
| | | |
| | | public DateTime? T_START_TIME { get; set; } |
| | | public DateTime? T_END_TIME { get; set; } |
| | | public string S_EQ_NO { get; set; } |
| | |
| | | public string S_END_SITE { get; set; } |
| | | public int S_END_SITE_LAYER { get; set; } |
| | | /// <summary> |
| | | ///0无 1NDC 2天目 3国自 4PLC 5杭奥 |
| | | ///0无 1:agv 2:wcs |
| | | /// </summary> |
| | | public int N_SCHEDULE_TYPE { get; set; } |
| | | public string S_SCHEDULE_TYPE { get; set; } |