| | |
| | | public string DbId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ChartDbId |
| | | /// CurveDbId |
| | | /// </summary> |
| | | [DisplayName("ChartDbId")] |
| | | [Browsable(false)] |
| | | public string ChartDbId { get; set; } |
| | | public string CurveDbId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 直径 |
| | |
| | | public double? MatchingDiameter { get; set; } |
| | | |
| | | /// <summary> |
| | | /// MatchingChartDbId |
| | | /// MatchingCurveDbId |
| | | /// </summary> |
| | | [DisplayName("MatchingChartDbId")] |
| | | [DisplayName("MatchingCurveDbId")] |
| | | [Browsable(false)] |
| | | public string MatchingChartDbId { get; set; } |
| | | public string MatchingCurveDbId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 匹配材质 |