package com.simon.springbooth2.entity; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; /** * @author simon */ @Entity @Table(name = "h2user") public class H2User { @Id private int userId; private String userName; public int getUserId() { return userId; } public void setUserId(int userId) { this.userId = userId; } public String getUserName() { return userName; } public void setUserName(String userName) { this.userName = userName; } }

szf123 LV12
2023年5月30日
lingtiejing LV15
2023年5月13日
qiangmin1223 LV12
2023年5月5日
这里的上路十八弯 LV4
2023年4月26日
hbsoft2008 LV16
2023年4月25日
zhuiqiu LV4
2023年4月24日
唐僧洗头爱飘柔 LV22
2023年4月21日
chenzc24
2023年4月19日
暂无贡献等级
IT小君 LV3
2023年4月19日
啦啦啦7719 LV15
2023年4月17日