首页>代码>ssh+maven+annotation+shiro搭建运行用户登录权限验证代码demo下载>/kxz.sshe/src/main/java/com/kxz/entity/Role.java
package com.kxz.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name="blog_role") public class Role { private Integer id; private String rolename; @Id @GeneratedValue(strategy=GenerationType.AUTO) public Integer getId() { return id; } @Column public void setId(Integer id) { this.id = id; } public String getRolename() { return rolename; } public void setRolename(String rolename) { this.rolename = rolename; } }
最近下载更多
最近浏览更多
ma406805131 LV16
6月28日
irivn007 LV15
2023年10月19日
女王不该在山炮村养花 LV8
2023年4月13日
Wu_大花 LV1
2023年3月26日
240598911 LV10
2022年11月26日
fengshengtian LV8
2022年2月19日
永恒虚幻
2021年8月24日
暂无贡献等级
辛会
2021年7月13日
暂无贡献等级
Misshuang LV13
2021年5月31日
zmczp891216 LV2
2021年5月25日