|
|
@@ -18,8 +18,16 @@ namespace BPA.SAAS.Manage.Application.AExternalPlatform.Service.Goods.Dtos |
|
|
|
public decimal Price { get; set; } |
|
|
|
public string GoodsUintId { get; set; } |
|
|
|
public string GoodsTypeId { get; set; } |
|
|
|
public string GroupId { get; set; } |
|
|
|
public string GoodsTypeName { get; set; } |
|
|
|
public string GoodsUnitName { get; set; } |
|
|
|
public List<GoodsAttributePrice> GoodsAttributePrice { get; set; } |
|
|
|
} |
|
|
|
public class GoodsAttributePrice |
|
|
|
{ |
|
|
|
public string Id { get; set; } |
|
|
|
public string GoodsId { get; set; } |
|
|
|
public string GoodsattributeValueId { get; set; } |
|
|
|
public string GoodsattributeValue { get; set; } |
|
|
|
public Decimal Price { get; set; } |
|
|
|
} |
|
|
|
} |