@@ -674,7 +674,7 @@ namespace Business.SystemJobManagement
order_point = 1,
secinv = 1,
secinv_ratio = 1,
- self_inspection_date = 1,
+ self_inspection_date = custList[i].InsLT,
Warehousing_date = 1,
Shipping_date = 3,
});
@@ -115,5 +115,11 @@ namespace Business.Domain
/// </summary>
[Comment("版本")]
public string Rev { get; set; }
+
+ /// <summary>
+ /// 检验天数
+ /// </summary>
+ [Comment("检验天数")]
+ public int InsLT { get; set; }
}