|
@ -10,7 +10,7 @@ namespace BBWYB.Client.Models.PackPurchaseTask |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 配件sku
|
|
|
/// 配件sku
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public class PurchaseSku : ObservableObject |
|
|
public class PurchaseSku:ObservableObject |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
@ -32,7 +32,7 @@ namespace BBWYB.Client.Models.PackPurchaseTask |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 配件图
|
|
|
/// 配件图
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public string Logo { get => logo; set { SetProperty(ref logo, value); } } |
|
|
public string Logo { get=>logo; set { SetProperty(ref logo, value); } } |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 配件商品Id
|
|
|
/// 配件商品Id
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
@ -54,10 +54,8 @@ namespace BBWYB.Client.Models.PackPurchaseTask |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 设置显示(合格证)
|
|
|
/// 设置显示(合格证)
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public bool IsSetCertificate { get => isSetCertificate; set { SetProperty(ref isSetCertificate, value); } } |
|
|
public bool IsSetCertificate{get => isSetCertificate; set{SetProperty(ref isSetCertificate, value);}} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|