⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 toubiaouserbean.java

📁 一个毕业设计网络招标系统实现了招标的业务逻辑内含了数据库sql server备份文件
💻 JAVA
字号:
package C03.VO;

public class toubiaouserBean {
	private String tb_id;

	private String tb_username;

	private String tb_usercompany;

	private String tb_useraddress;

	private String tb_time;

	private String tb_zt;

	private String tb_cost;

	private String tb_content;

	public String getTb_content() {
		return tb_content;
	}

	public void setTb_content(String tb_content) {
		this.tb_content = tb_content;
	}

	public String getTb_cost() {
		return tb_cost;
	}

	public void setTb_cost(String tb_cost) {
		this.tb_cost = tb_cost;
	}

	public String getTb_useraddress() {
		return tb_useraddress;
	}

	public void setTb_useraddress(String tb_useraddress) {
		this.tb_useraddress = tb_useraddress;
	}

	public String getTb_usercompany() {
		return tb_usercompany;
	}

	public void setTb_usercompany(String tb_usercompany) {
		this.tb_usercompany = tb_usercompany;
	}

	public String getTb_username() {
		return tb_username;
	}

	public void setTb_username(String tb_username) {
		this.tb_username = tb_username;
	}

	public String getTb_time() {
		return tb_time;
	}

	public void setTb_time(String tb_time) {
		this.tb_time = tb_time;
	}

	public String getTb_id() {
		return tb_id;
	}

	public void setTb_id(String tb_id) {
		this.tb_id = tb_id;
	}

	public String getTb_zt() {
		return tb_zt;
	}

	public void setTb_zt(String tb_zt) {
		this.tb_zt = tb_zt;
	}

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -