| | |
| | | public string? ErrorMessage { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨: æç产线 |
| | | /// å¤ æ³¨: æ¥¼å± |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "ProductionLine", Length = 20, IsNullable = true)] |
| | | public string? ProductionLine { get; set; } |
| | | [SugarColumn(ColumnName = "Floor", Length = 20, IsNullable = true)] |
| | | public string? Floor { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨: å½åå·¥åº |
| | | /// å¤ æ³¨: AGVä»»å¡å· |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "ProcessCode", Length = 255, IsNullable = true)] |
| | | public string? ProcessCode { get; set; } |
| | | [SugarColumn(ColumnName = "AGVTaskNum", Length = 255, IsNullable = true)] |
| | | public string? AGVTaskNum { get; set; } |
| | | |
| | | |
| | | /// <summary> |