Package com.bytedesk.core.goods
Class GoodsEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.goods.GoodsEntity
- All Implemented Interfaces:
Serializable
商品信息演示
Goods entity for content categorization and organization
Provides goodsging functionality for various system entities
Database Table: bytedesk_core_goods
Purpose: Stores goods definitions, colors, and organization settings
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringDescription of the goodsprivate String业务扩展字段(建议为JSON字符串)private String商品图片private StringName of the goodsprivate Double商品价格private Integer商品数量(订单场景可选)private static final long商品标签列表private String商品标题(优先用于展示;为空时可回退到 name)private StringType of goods (CUSTOMER, TICKET, ARTICLE, etc.)private String商品链接 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
Name of the goods -
title
商品标题(优先用于展示;为空时可回退到 name) -
image
商品图片 -
description
Description of the goods -
price
商品价格 -
url
商品链接 -
tagList
商品标签列表 -
extra
业务扩展字段(建议为JSON字符串) -
quantity
商品数量(订单场景可选) -
type
Type of goods (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
GoodsEntity
public GoodsEntity()
-