首页>代码>spring+spring mvc+hibernate整合实现excel文件上传下载并解析数据到数据库的实例>/testpe/src/main/java/com/spark/bean/User.java
package com.spark.bean; import java.io.Serializable; 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 = "t_user") public class User implements Serializable { /** * */ private static final long serialVersionUID = -9042615274714038279L; @Id @GeneratedValue(strategy = GenerationType.AUTO) private Integer id; @Column(name="number") private Integer number; @Column(name = "name") private String name; @Column(name = "password") private String password; @Column(name = "run") private double run; /** * @return the id */ public Integer getId() { return id; } /** * @param id the id to set */ public void setId(Integer id) { this.id = id; } /** * @return the number */ public Integer getNumber() { return number; } /** * @param number the number to set */ public void setNumber(Integer number) { this.number = number; } /** * @return the name */ public String getName() { return name; } /** * @param name the name to set */ public void setName(String name) { this.name = name; } /** * @return the password */ public String getPassword() { return password; } /** * @param password the password to set */ public void setPassword(String password) { this.password = password; } /** * @return the run */ public double getRun() { return run; } /** * @param run the run to set */ public void setRun(double run) { this.run = run; } }
最近下载更多
lcqlcl LV11
2023年10月31日
Demo1111 LV30
2023年4月23日
ming_123_9715 LV23
2022年12月15日
sharon_taozi LV1
2021年11月2日
PaymentCodeSystem LV11
2021年4月26日
MIAOHUA LV6
2021年1月24日
Y1NG1UO LV3
2020年9月10日
500dollars LV6
2020年5月27日
小舟呀 LV12
2020年3月24日
ghjgb123 LV8
2019年12月9日
最近浏览更多
潘潘123456 LV2
2023年12月24日
WBelong LV8
2023年12月11日
lcqlcl LV11
2023年10月31日
Eddie233 LV6
2023年6月14日
Demo1111 LV30
2023年4月23日
微信网友_6145740972576768 LV2
2022年12月21日
ming_123_9715 LV23
2022年12月15日
suiyibawokeyi
2022年6月5日
暂无贡献等级
IT白夜 LV12
2022年4月14日
王哪跑
2022年2月22日
暂无贡献等级