类 Inventory


  • @Table(value="inventory",
           catalog="coffee_store")
    public class Inventory
    extends Object
    作者:
    Pengtao Qiu
    • 构造器详细资料

      • Inventory

        public Inventory()
    • 方法详细资料

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getAmount

        public Long getAmount()
      • setAmount

        public void setAmount​(Long amount)
      • getProductId

        public Long getProductId()
      • setProductId

        public void setProductId​(Long productId)
      • getCreateTime

        public Date getCreateTime()
      • setCreateTime

        public void setCreateTime​(Date createTime)
      • getUpdateTime

        public Date getUpdateTime()
      • setUpdateTime

        public void setUpdateTime​(Date updateTime)