| | |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int Id { get; set; } |
| | | /// <summary> |
| | | /// AGVç«ç¹ç¼å· |
| | | /// ç«ç¹ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "AGVç«ç¹ç¼å·")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ç«ç¹ç¼å·")] |
| | | public string AGVStationCode { get; set; } |
| | | /// <summary> |
| | | /// AGVç«ç¹åæ¾é«åº¦ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "AGVç«å°åæ¾é«åº¦")] |
| | | public decimal AGVStationHeight { get; set; } |
| | | /// <summary> |
| | | /// åç½®ç¹ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "åç½®ç¹")] |
| | | public string AGVFrontCode { get; set; } |
| | | /// <summary> |
| | | /// åºå |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "MES对åºå¨è½¬ä½")] |
| | | public string MESPointCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ·±ä½ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ·±ä½")] |
| | | public int Depth { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦å ç¨ |
| | | /// </summary> |