📄 incoanddept.java
字号:
/*
* 创建日期 2006-10-27
*
* TODO 要更改此生成的文件的模板,请转至
* 窗口 - 首选项 - Java - 代码样式 - 代码模板
*/
package dto;
import java.io.Serializable;
/**
* @author www
*
* TODO 要更改此生成的类型注释的模板,请转至
* 窗口 - 首选项 - Java - 代码样式 - 代码模板
*/
//TABLE_INCOME和TABLE_DEPT表的关联Bean
public class IncoAndDept implements Serializable
{
private String daily_income;
private String lst_mod_timestemp;
private String business_date;
private String dept_name;
private String Dept_ID;
private String Income_ID;
private String dept_descreption;
/**
* @return 返回 dept_descreption。
*/
public String getDept_descreption() {
return dept_descreption;
}
/**
* @param dept_descreption 要设置的 dept_descreption。
*/
public void setDept_descreption(String dept_descreption) {
this.dept_descreption = dept_descreption;
}
/**
* @return 返回 income_ID。
*/
public String getIncome_ID() {
return Income_ID;
}
/**
* @param income_ID 要设置的 income_ID。
*/
public void setIncome_ID(String income_ID) {
Income_ID = income_ID;
}
/**
* @return 返回 dept_ID。
*/
public String getDept_ID() {
return Dept_ID;
}
/**
* @param dept_ID 要设置的 dept_ID。
*/
public void setDept_ID(String dept_ID) {
Dept_ID = dept_ID;
}
/**
* @return 返回 business_date。
*/
public String getBusiness_date() {
return business_date;
}
/**
* @param business_date 要设置的 business_date。
*/
public void setBusiness_date(String business_date) {
this.business_date = business_date;
}
/**
* @return 返回 daily_income。
*/
public String getDaily_income() {
return daily_income;
}
/**
* @param daily_income 要设置的 daily_income。
*/
public void setDaily_income(String daily_income) {
this.daily_income = daily_income;
}
/**
* @return 返回 dept_name。
*/
public String getDept_name() {
return dept_name;
}
/**
* @param dept_name 要设置的 dept_name。
*/
public void setDept_name(String dept_name) {
this.dept_name = dept_name;
}
/**
* @return 返回 lst_mod_timestemp。
*/
public String getLst_mod_timestemp() {
return lst_mod_timestemp;
}
/**
* @param lst_mod_timestemp 要设置的 lst_mod_timestemp。
*/
public void setLst_mod_timestemp(String lst_mod_timestemp) {
this.lst_mod_timestemp = lst_mod_timestemp;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -