| | |
| | | |
| | | |
| | | /// <summary> |
| | | /// å°åºå· |
| | | /// æ¥éª¤åºå· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public int SetpNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç»å« |
| | | /// çç» |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string CraftType { get; set; } |
| | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string ArticleTwo { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// éè¦æå ç§ä¸åçå |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public int TorqueSum { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ç¹ä½åæ XYZ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string PointAxisXYZ { get; set; } |
| | | /// <summary> |
| | | /// ç¹ä½åæ HPB |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string PointAxisHPB { get; set; } |
| | | |
| | | } |
| | | } |