@@ -28,5 +28,11 @@ namespace Business.Domain
/// </summary>
[Comment("物料编码")]
public string ItemNumber { get; set; }
+
+ /// <summary>
+ /// 补货周期
+ /// </summary>
+ [Comment("补货周期")]
+ public decimal ReplenishCycle { get; set; }
}