Browse Source

Add public setter to `RuleData`

pull/258/head
gdlcf88 3 years ago
parent
commit
6da72221a6
  1. 2
      modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Domain.Shared/EasyAbp/EShop/Products/Products/OrderDiscountPreviewInfoModel.cs

2
modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Domain.Shared/EasyAbp/EShop/Products/Products/OrderDiscountPreviewInfoModel.cs

@ -12,7 +12,7 @@ public class OrderDiscountPreviewInfoModel : DiscountInfoModel, ICloneable
/// UI cannot always calculate the discount amount correctly, but if you need to, this property can help. /// UI cannot always calculate the discount amount correctly, but if you need to, this property can help.
/// </summary> /// </summary>
[CanBeNull] [CanBeNull]
public string RuleData { get; } public string RuleData { get; set; }
public OrderDiscountPreviewInfoModel() public OrderDiscountPreviewInfoModel()
{ {

Loading…
Cancel
Save