📄 enterqianbean.java.svn-base
字号:
package first;
import java.sql.*;
public class EnterQianBean {
//Connection conn=null;
public static EnterQianBean ent;
String followType =null;
String auditorName = null;
//private int stationFollow;
private int count;
//private int countQi ;
//private int latentEnterprise;
private EnterQianBean() {}
public static EnterQianBean getEnterQianBean() {
ent = new EnterQianBean();
return ent;
}
public String getFollowTypee()
{
return this.followType;
}
public void setFollowType(String auditorName)
{
this.auditorName=auditorName;
}
public String getAuditorName()
{
return this.auditorName;
}
public void setAuditorName(String auditorName)
{
this.auditorName=auditorName;
}
public int getCount()
{
return this.count;
}
public void setCount(int count)
{
this.count=count;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -