| | |
| | | [SugarColumn(IsPrimaryKey =true,IsIdentity =true)] |
| | | public int ID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// èªå¨ä¼¸åºé度 |
| | | /// <summary> |
| | | ///å·¦PLCèªå¨ä¼¸åºç¼©åé度 |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "èªå¨ä¼¸åºé度")] |
| | | public double ExtendSpeed { get; set; } |
| | | |
| | | /// <summary> |
| | | /// èªå¨ç¼©åé度 |
| | | /// å³PLCèªå¨ä¼¸åºç¼©åé度 |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "èªå¨ç¼©åé度")] |
| | | public double RetractionSpeed { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æå¨ä¼¸åºé度 |
| | | /// å·¦PLCæå¨ä¼¸åºç¼©åé度 |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "æå¨ä¼¸åºé度")] |
| | | public double ManualExtend { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æå¨ç¼©åé度 |
| | | /// å³PLCæå¨ä¼¸åºç¼©åé度 |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "æå¨ç¼©åé度")] |
| | | public double ManualRetraction { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// å·¦èªå¨ä¼¸åºä½ç½® |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "å·¦èªå¨ä¼¸åºä½ç½®")] |
| | | public double LeftPosition { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// å³èªå¨ä¼¸åºä½ç½® |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "å·¦èªå¨ä¼¸åºä½ç½®")] |
| | | public double RightPosition { get; set; } |
| | | |
| | | /// <summary> |
| | | /// é¨é¨id |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "é¨é¨id")] |