|
|
@@ -84,5 +84,29 @@ namespace Bussiness.Model.MES.IC
|
|
|
[Required]
|
|
|
[Description("币种")]
|
|
|
public long currency_type { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 运输中提前期_天
|
|
|
+ /// </summary>
|
|
|
+ [Description("运输中提前期_天")]
|
|
|
+ [Required]
|
|
|
+ [DefaultValue(0)]
|
|
|
+ public int transportation_leadtime { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 仓库中提前期_天
|
|
|
+ /// </summary>
|
|
|
+ [Description("仓库中提前期_天")]
|
|
|
+ [Required]
|
|
|
+ [DefaultValue(0)]
|
|
|
+ public int stock_leadtime { get; set; }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 生产中提前期_天
|
|
|
+ /// </summary>
|
|
|
+ [Description("生产中提前期_天")]
|
|
|
+ [Required]
|
|
|
+ [DefaultValue(0)]
|
|
|
+ public int production_leadtime { get; set; }
|
|
|
}
|
|
|
}
|