package cn.temptation.domain;

import javax.persistence.*;

@Entity
@Table(name = "category")
public class Category {
    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    @Column(name = "categoryid")
    private Integer categoryid;
    @Column(name = "categoryname")
    private String categoryname;

    public Category() {
    }

    public Category(String categoryname) {
        this.categoryname = categoryname;
    }

    public Integer getCategoryid() {
        return categoryid;
    }

    public void setCategoryid(Integer categoryid) {
        this.categoryid = categoryid;
    }

    public String getCategoryname() {
        return categoryname;
    }

    public void setCategoryname(String categoryname) {
        this.categoryname = categoryname;
    }
}
最近下载更多
oldfox  LV19 10月22日
ma406805131  LV15 6月18日
wwwww816  LV5 5月22日
oulingqiao  LV13 2023年12月12日
interface  LV22 2023年5月11日
hbsoft2008  LV16 2023年3月20日
lyws1986  LV17 2023年3月13日
微信网友_6368711690080256  LV3 2023年2月28日
swx777019  LV3 2022年6月30日
最近浏览更多
oldfox  LV19 10月22日
可乐要加冰1  LV7 6月20日
17380184110 6月18日
暂无贡献等级
xin xie  LV1 6月13日
wwwww816  LV5 5月22日
sumai1 5月12日
暂无贡献等级
ma406805131  LV15 5月11日
流水本无情  LV9 3月24日
oulingqiao  LV13 2023年12月12日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友