| | |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int ID { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 车轴æ¡ç |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "车轴æ¡ç ")] |
| | | [SugarColumn(Length = 50, ColumnDescription = "车轴æ¡ç ")] |
| | | public string CZTM { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public string LDTM { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¶æ 1-å建 2-å
¥åº 3-宿 |
| | | /// ç¶æ 1-å建 2-å
¥åº 3-è¾éçº¿å®æ ï¼ç«å°ç»ä¿¡å·åï¼ 4-agvä»»å¡ä¸å 5-agvåè´§å®æ 6-agv宿 |
| | | /// ç´èµ°ï¼11-ç´èµ°å建 12-ç´èµ°ä¸ 13-ç´èµ°å®æ ï¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ç¶æ")] |
| | | public string CurrentStatue { get; set; } |
| | |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "å³è½®åº§ç级")] |
| | | public string YLZDJ { get; set; } |
| | | |
| | | /// <summary> |
| | | /// agvå°å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "agvç®æ å°å")] |
| | | public string AGVaddres { get; set; } |
| | | } |
| | | } |