首页>代码>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;
	}
}
最近下载更多
                
                微信网友_7134912998903808     LV15
                2024年9月13日
            
            
        
                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日
            
            
        
最近浏览更多
                
                ma406805131     LV19
                2024年12月22日
            
            
        
                微信网友_7134912998903808     LV15
                2024年9月13日
            
            
        
                405117548     LV6
                2024年6月20日
            
            
        
                smart001    
                2024年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日
            
            
        
                
                
                