| | |
| | | /// <summary> |
| | | /// æµè¯ç»æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æµè¯ç»æ")] |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æµè¯ç»æ")] |
| | | public int TestResult { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åè£
ä½ä¸åæ£æµé«åº¦ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æåå¼")] |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "åè£
ä½ä¸åæ£æµé«åº¦")] |
| | | public decimal PressHeight { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åè£
使§ç´§æ£æµæå |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æå弿 å")] |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "åè£
使§ç´§æ£æµæå")] |
| | | public decimal ScrewTorque { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åè£
使§ç´§æ£æµè§åº¦ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "å度å¼")] |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "åè£
使§ç´§æ£æµè§åº¦")] |
| | | public decimal ScrewAngle { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ§ç´§ä½æ£æµé«åº¦1 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æåå¼")] |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æ§ç´§ä½æ£æµé«åº¦1")] |
| | | public decimal Height1 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ§ç´§ä½æ£æµé«åº¦2 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æå弿 å")] |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æ§ç´§ä½æ£æµé«åº¦2")] |
| | | public decimal Height2 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ§ç´§ä½æ£æµé«åº¦3 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "å度å¼")] |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æ§ç´§ä½æ£æµé«åº¦3")] |
| | | public decimal Height3 { get; set; } |
| | | } |
| | | } |