| | |
| | | /// <summary> |
| | | /// 入库站台 1:西;2:东; |
| | | /// </summary> |
| | | public string S_STATION_LOC { get; set; } = "1"; |
| | | //public string S_STATION_LOC { get; set; } = "1"; |
| | | public int N_LASTE_B_STATE { get; set; } |
| | | public string C_NEED_SORTING { get; set; } = "N"; |
| | | public int N_FAIL_COUNT { get; set; } |
| | |
| | | /// <summary> |
| | | /// 确认入库 |
| | | /// </summary> |
| | | public string S_STORE { get; set; } = "Y"; |
| | | public int N_TRAY_WEIGHT { get; set; } = 0; |
| | | //public string S_STORE { get; set; } = "Y"; |
| | | //public int N_TRAY_WEIGHT { get; set; } = 0; |
| | | |
| | | /// <summary> |
| | | /// 0 等待/1 执行/2 完成/3 错误/4 启劢失败 /5 暂停启劢 |