Class ProductResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.shop.product.ProductResponse
All Implemented Interfaces:
Serializable

public class ProductResponse extends BaseResponse
See Also:
  • Field Details

    • title

      private String title
    • description

      private String description
    • price

      private Double price
    • state

      private String state
  • Constructor Details

    • ProductResponse

      public ProductResponse()