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