| | |
| | | public string LDTM { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 左车轮æ¡ç |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "左车轮æ¡ç ")] |
| | | public string LeftCLTM { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ä¸è½¦è½®æ¡ç |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ä¸è½¦è½®æ¡ç ")] |
| | | public string MiddleCLTM { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å³è½¦è½®æ¡ç |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "左车轮æ¡ç ")] |
| | | public string RightCLTM { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ç¶æ 1-å建 2-å
¥åº 3-è¾éçº¿å®æ ï¼ç«å°ç»ä¿¡å·åï¼ 4-agvä»»å¡ä¸å 5-agvåè´§å®æ 6-agv宿 |
| | | /// ç´èµ°ï¼11-ç´èµ°å建 12-ç´èµ°ä¸ 13-ç´èµ°å®æ ï¼ |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ä¸ç座ç´å¾")] |
| | | public string MPZZJ { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦æåï¼æåç¶æ(0为æ£å¸¸ï¼1为æå) |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æåç¶æ")] |
| | | |
| | | public int TemporaryState { get; set; } |
| | | |
| | | |
| | | /// å·¦è¿çé |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "å·¦è¿çé")] |
| | | |
| | | public string LeftCLinterference { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å³è¿çé |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "å³è¿çé")] |
| | | |
| | | public string RightCLinterference { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä¸è¿çé |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "ä¸è¿çé")] |
| | | |
| | | public string MiddleCLinterference { get; set; } |
| | | } |
| | | } |