类 BaseGoodDetail

java.lang.Object
com.abasecode.opencode.pay.entity.BaseGoodDetail
所有已实现的接口:
Serializable

public class BaseGoodDetail extends Object implements Serializable
作者:
Jon e-mail: ijonso123@gmail.com url: Jon's blog url: project github url: AbaseCode.com
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • goodId

      private String goodId
      商品ID
    • goodName

      private String goodName
      商品名称
    • quantity

      private Integer quantity
      商品数量
    • price

      private int price
      商品价格(分)
    • category

      private String category
      商品类目
    • contentTree

      private String contentTree
      商品类目树
    • showUrl

      private String showUrl
      商品的展示地址
  • 构造器详细资料

    • BaseGoodDetail

      public BaseGoodDetail()