Class ProductEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.shop.product.ProductEntity
All Implemented Interfaces:
Serializable

@Entity public class ProductEntity extends BaseEntity
商品信息
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • title

      private String title
    • description

      private String description
    • price

      private double price
    • state

      private String state
    • name

      private String name
  • Constructor Details

    • ProductEntity

      public ProductEntity()