|
|
@@ -61,6 +61,12 @@ namespace Bussiness.Model.Tech
|
|
|
[DecimalPrecision(20, 8)]
|
|
|
public decimal ct { get; set; }
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 效率系数
|
|
|
+ /// </summary>
|
|
|
+ [DecimalPrecision(10, 4)]
|
|
|
+ public decimal effect_ratio { get; set; }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 是否需要跟踪工序
|
|
|
/// </summary>
|