|
@@ -43,7 +43,7 @@ namespace Business.Domain
|
|
|
/// 安全库存
|
|
/// 安全库存
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
[Comment("安全库存")]
|
|
[Comment("安全库存")]
|
|
|
- public decimal? SafetyStk { get; set; }
|
|
|
|
|
|
|
+ public decimal SafetyStk { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// 状态:C为不可用状态
|
|
/// 状态:C为不可用状态
|
|
@@ -69,8 +69,8 @@ namespace Business.Domain
|
|
|
public decimal? Height { get; set; }
|
|
public decimal? Height { get; set; }
|
|
|
public bool LotSerialControl { get; set; }
|
|
public bool LotSerialControl { get; set; }
|
|
|
public string DefaultShelf { get; set; }
|
|
public string DefaultShelf { get; set; }
|
|
|
- public decimal? MaxOrd { get; set; }
|
|
|
|
|
- public decimal? MinOrd { get; set; }
|
|
|
|
|
|
|
+ public decimal MaxOrd { get; set; }
|
|
|
|
|
+ public decimal MinOrd { get; set; }
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// 前处理天数
|
|
/// 前处理天数
|
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -133,6 +133,12 @@ namespace Business.Domain
|
|
|
[Comment("起订量")]
|
|
[Comment("起订量")]
|
|
|
public decimal MinOrdSales { get; set; }
|
|
public decimal MinOrdSales { get; set; }
|
|
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// 订单倍数
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ [Comment("订单倍数")]
|
|
|
|
|
+ public decimal OrdMult { get; set; }
|
|
|
|
|
+
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// 是否需要走MRP
|
|
/// 是否需要走MRP
|
|
|
/// </summary>
|
|
/// </summary>
|