📄 personvouser.java
字号:
package cn.jiaofei.vo;
public class PersonvoUser {
private String username ;
private String password ;
private String workno ;
private String name;
private String type;
private String text ;
private String lessonname ;
private String lessonno ;
private String price ;
private String classname ;
private String classno ;
private String time ;
private int cost ;
private String costno ;
private String recostno ;
private int recost ;
private int pagecount ;
private int tid ;
private String[] ckx ;
public void setCkx (String[] ckx)
{
this.ckx = ckx ;
}
public String[] getCkx ()
{
return this.ckx ;
}
public void setText (String text)
{
this.text = text ;
}
public String getText ()
{
return this.text ;
}
public void setPagecount(int pagecount)
{
this.pagecount = pagecount ;
}
public int getPagecount()
{
return this.pagecount ;
}
public void setTid(int tid)
{
this.tid = tid ;
}
public int getTid()
{
return this.tid ;
}
public void setTime (String time)
{
this.time = time ;
}
public void setCost (int cost)
{
this.cost = cost ;
}
public void setRecost (int recost)
{
this.recost = recost ;
}
public void setCostno (String costno)
{
this.costno = costno ;
}
public void setRecostno (String recostno)
{
this.recostno = recostno ;
}
public String getTime ()
{
return this.time ;
}
public String getCostno ()
{
return this.costno ;
}
public String getRecostno ()
{
return this.recostno ;
}
public int getCost()
{
return this.cost ;
}
public int getRecost()
{
return this.recost ;
}
public void setClassname (String classname)
{
this.classname = classname ;
}
public void setClassno(String classno)
{
this.classno = classno ;
}
public String getClassname ()
{
return this.classname ;
}
public String getClassno()
{
return this.classno ;
}
public void setLessonname(String lessonname)
{
this.lessonname = lessonname ;
}
public void setLessonno(String lessonno)
{
this.lessonno = lessonno ;
}
public void setPrice(String price)
{
this.price = price ;
}
public String getLessonname ()
{
return this.lessonname ;
}
public String getLessonno ()
{
return this.lessonno ;
}
public String getPrice()
{
return this.price ;
}
public void setUsername(String username)
{
this.username = username ;
}
public void setPassword(String password)
{
this.password = password ;
}
public void setName(String name)
{
this.name = name ;
}
public void setType(String type)
{
this.type = type ;
}
public String getUsername()
{
return this.username ;
}
public void setWorkno(String workno)
{
this.workno = workno ;
}
public String getWorkno()
{
return this.workno ;
}
public String getPassword()
{
return this.password ;
}
public String getName()
{
return this.name ;
}
public String getType()
{
return this.type ;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -