| | |
| | | |
| | | public string S_CODE { get; set; } |
| | | public string S_TYPE { get; set; } // 1.胎面;2.胎侧;3.内衬;4.帘布;5.环带;6.冠带;7.钢包 |
| | | public string S_SPEC { get; set; } |
| | | public float F_WEIGHT { get; set; } |
| | | public int N_LENGTH { get; set; } |
| | | public int N_WIDTH { get; set; } |
| | | public int N_HEIGHT { get; set; } |
| | | public string C_IS_VIRTUAL { get; set; } = "N"; |
| | | public int N_TYPE { get; set; } |
| | | public string C_ENABLE { get; set; } = "Y"; |
| | | public string S_STATE_PRE { get; set; } |
| | | public int N_REVIEW_RESULT { get; set; } |
| | | |
| | | public int N_DETAIL_COUNT { get; set; } |
| | | public int N_B_STATE { get; set; } |
| | | public string S_LOCK_OP_CODE { get; set; } |
| | | public string S_LOCK_STATE { get; set; } |
| | | public int N_LOCK_STATE { get; set; } |
| | | /// <summary> |
| | | /// 码盘时候标记 |
| | | /// </summary> |
| | | public string S_SRC { get; internal set; } |
| | | public string S_DEST { get; internal set; } |
| | | |
| | | // --------------------福建佳通----------------- |
| | | public int N_E_STATE { get; set; } = 0; // 托盘异常状态 0.默认 1.WCS读码异常 2.AGV读码器读码异常 3.未查询到RFID的MES任务 4.RFID与任务RFID不一致 5.托盘物料不合格 |
| | | public string S_ERR_DESC { get; internal set; } // 异常描述 |
| | | |
| | | |
| | | /// <summary> |