| | |
| | | /// <summary> |
| | | /// åè£
ä½äº§åé¿åº¦ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åè£
ä½äº§åé¿åº¦")] |
| | | public float ProductLength { get; set; } |
| | | [SugarColumn(IsNullable = true, DecimalDigits =2, ColumnDescription = "åè£
ä½äº§åé¿åº¦")] |
| | | public decimal ProductLength { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åè£
ä½äº§å宽度 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åè£
ä½äº§å宽度")] |
| | | public float ProductWidth { get; set; } |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "åè£
ä½äº§å宽度")] |
| | | public decimal ProductWidth { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åè£
ä½äº§åé«åº¦ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åè£
ä½äº§åé«åº¦")] |
| | | public float ProductHeight { get; set; } |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "åè£
ä½äº§åé«åº¦")] |
| | | public decimal ProductHeight { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åè£
使§ç´§ä¸éé«åº¦ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åè£
使§ç´§ä¸éé«åº¦")] |
| | | public float ScrewDownsetDistance { get; set; } |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "åè£
使§ç´§ä¸éé«åº¦")] |
| | | public decimal ScrewDownsetDistance { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åè£
使§ç´§æå |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åè£
使§ç´§æå")] |
| | | public float ScrewTorqueOutput { get; set; } |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "åè£
使§ç´§æå")] |
| | | public decimal ScrewTorqueOutput { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åè£
ä½èªå¨æ§ç´§æå¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åè£
ä½èªå¨æ§ç´§æå¼")] |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "åè£
ä½èªå¨æ§ç´§æå¼")] |
| | | public int DintAutoScrewOn { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ£æµä½Xåç§»è·ç¦»1 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ£æµä½Xåç§»è·ç¦»1")] |
| | | public float XDirectionDistance1 { get; set; } |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æ£æµä½Xåç§»è·ç¦»1")] |
| | | public decimal XDirectionDistance1 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ£æµä½Zé«åº¦1 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ£æµä½Zé«åº¦1")] |
| | | public float YDirectionHeight1 { get; set; } |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æ£æµä½Zé«åº¦1")] |
| | | public decimal YDirectionHeight1 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ£æµä½Xåç§»è·ç¦»2 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ£æµä½Xåç§»è·ç¦»2")] |
| | | public float XDirectionDistance2 { get; set; } |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æ£æµä½Xåç§»è·ç¦»2")] |
| | | public decimal XDirectionDistance2 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ£æµä½Zé«åº¦2 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ£æµä½Zé«åº¦2")] |
| | | public float YDirectionHeight2 { get; set; } |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æ£æµä½Zé«åº¦2")] |
| | | public decimal YDirectionHeight2 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ£æµä½Xåç§»è·ç¦»3 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ£æµä½Xåç§»è·ç¦»3")] |
| | | public float XDirectionDistance3 { get; set; } |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æ£æµä½Xåç§»è·ç¦»3")] |
| | | public decimal XDirectionDistance3 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ£æµä½Zé«åº¦3 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ£æµä½Zé«åº¦3")] |
| | | public float YDirectionHeight3 { get; set; } |
| | | [SugarColumn(IsNullable = true, DecimalDigits = 2, ColumnDescription = "æ£æµä½Zé«åº¦3")] |
| | | public decimal YDirectionHeight3 { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)]//ä¸å䏿°æ®åºæ å°ï¼æµè¯ä½¿ç¨ |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_FormulaDetail.FormulaId), nameof(Id))] |