大姐的一天

package com.nf.entity;

public class Test{

  private Integer id;

  private String subject;

  private Integer studentId;

  private Integer scope;

  public Integer getId(){

  return id;

  }

  public void setId (Integer id){

    this.id=id;

  }

  public String getSubject(){

  return subject;

  }

  public void setSubject(String subject){

    this.subject=subject;

  }

  public integer getStudentId(){

  return studentId;

  }

  public void setStudentId(Integer studentId){

    this.studentId=studentId;

  }

  public void setScope(Integer scope){

    this.scope=scope;

  }

}

猜你喜欢

转载自www.cnblogs.com/l2760186162/p/11037873.html
今日推荐