| | |
| | | { |
| | | #region <Public Menber> |
| | | /// <summary> |
| | | /// 作业命令 |
| | | /// </summary> |
| | | public short WorkAction { get; set; } |
| | | /// <summary> |
| | | /// 任务号 |
| | | /// </summary> |
| | | public int TaskNum { get; set; } |
| | |
| | | public short WorkType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 托盘类型 |
| | | /// 无效字段 |
| | | /// </summary> |
| | | public short TrayType { get; set; } |
| | | [DataLength(6)] |
| | | public string FieldName { get; set; } = ""; |
| | | |
| | | /// <summary> |
| | | /// 起始行 |
| | |
| | | /// </summary> |
| | | public short EndLayer { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 托盘号 |
| | | /// </summary> |
| | | [DataLength(25)] |
| | | public string Barcode { get; set; } |
| | | #endregion <Public Menber> |
| | | } |
| | | } |