首页>代码>spring boot使用mongodb数据库实现简单的数据插入和查询实例>/springboot-mongdb/src/main/java/com/singahnd/entity/Student.java
package com.singahnd.entity;
/**
 ************************************************* 
 * @ClassName: Student 
 * @Description: TODO(学生实体类) 
 * @author mjy
 * @date 2018年5月24日 下午2:34:26 
 ************************************************
 */
public class Student {
	
	private String studentId;
	
	private String studentName;
	
	private Integer age;

	public String getStudentId() {
		return studentId;
	}

	public void setStudentId(String studentId) {
		this.studentId = studentId;
	}

	public String getStudentName() {
		return studentName;
	}

	public void setStudentName(String studentName) {
		this.studentName = studentName;
	}

	public Integer getAge() {
		return age;
	}

	public void setAge(Integer age) {
		this.age = age;
	}

}
最近下载更多
876318269  LV6 2023年11月3日
asd6260647  LV4 2022年6月2日
天险无涯  LV15 2021年11月5日
sunlzh888888  LV29 2021年6月24日
wcy071213  LV27 2021年5月16日
Missqq  LV4 2020年4月27日
NoNameLwj  LV2 2020年2月23日
壹级天灾  LV14 2019年12月12日
寒江雪2017  LV10 2019年11月26日
最近浏览更多
405117548  LV6 6月20日
smart001 1月6日
暂无贡献等级
漫步的海星  LV4 2023年9月21日
1529860026  LV24 2023年7月19日
crosa_Don  LV18 2023年2月8日
yohohero  LV1 2023年1月15日
rain112  LV31 2022年12月13日
Super强  LV13 2022年10月21日
微信网友_6040315240812544  LV8 2022年10月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友