Package com.bytedesk.shop.product
Class ProductEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.shop.product.ProductEntity
- All Implemented Interfaces:
Serializable
商品信息
- See Also:
-
Field Summary
Fields -
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:
-
title
-
description
-
price
private double price -
state
-
name
-
-
Constructor Details
-
ProductEntity
public ProductEntity()
-