Authorities.java 文件源码

java
阅读 27 收藏 0 点赞 0 评论 0

项目:submerge 作者:
@Id
@Column(name = "id", unique = true, nullable = false)
@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "s_authorities_id")
@SequenceGenerator(name = "s_authorities_id", sequenceName = "s_authorities_id", allocationSize = 1)
public int getId() {
    return this.id;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号