Class GoodsContent

java.lang.Object
com.bytedesk.core.base.BaseContent
com.bytedesk.core.message.content.GoodsContent
All Implemented Interfaces:
Serializable

public class GoodsContent extends BaseContent
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • uid

      private String uid
      商品唯一标识
    • title

      private String title
      商品标题
    • image

      private String image
      商品图片
    • description

      private String description
      商品描述
    • price

      private Double price
      商品价格
    • url

      private String url
      商品链接
    • tagList

      private List<String> tagList
      商品标签列表
    • extra

      private String extra
      业务扩展字段(建议为JSON字符串)
    • quantity

      private Integer quantity
      商品数量(订单场景可选)
  • Constructor Details

    • GoodsContent

      public GoodsContent()