📄 obj_inout.java
字号:
package appgdzc.model;
import java.sql.Date;
public class Obj_inout implements java.io.Serializable{
private String zcbh;
private Integer jcsl;
private String jcbm;
private String jyr;
private Date jcrq;
private Integer ghsl;
private Date ghrq;
private Integer whsl;
private String lsh;
public Obj_inout() {
}
public Obj_inout(String lsh ,String bh,Integer jcsl,String jcbm,
String jyr,Date jcrq,Integer ghsl,
Date ghrq,Integer whsl){
this.setLsh(lsh);
this.setZcbh(bh);
this.setJcsl(jcsl);
this.setJcbm(jcbm);
this.setJyr(jyr);
this.setJcrq(jcrq);
this.setGhsl(ghsl);
this.setGhrq(ghrq);
this.setWhsl(whsl);
}
public void setZcbh(String zcbh) {
this.zcbh = zcbh;
}
public void setJcsl(Integer jcsl) {
this.jcsl = jcsl;
}
public void setJcbm(String jcbm) {
this.jcbm = jcbm;
}
public void setJyr(String jyr) {
this.jyr = jyr;
}
public void setJcrq(Date jcrq) {
this.jcrq = jcrq;
}
public void setGhsl(Integer ghsl) {
this.ghsl = ghsl;
}
public void setGhrq(Date ghrq) {
this.ghrq = ghrq;
}
public void setWhsl(Integer whsl) {
this.whsl = whsl;
}
public void setLsh(String lsh) {
this.lsh = lsh;
}
public String getZcbh() {
return zcbh;
}
public Integer getJcsl() {
return jcsl;
}
public String getJcbm() {
return jcbm;
}
public String getJyr() {
return jyr;
}
public Date getJcrq() {
return jcrq;
}
public Integer getGhsl() {
return ghsl;
}
public Date getGhrq() {
return ghrq;
}
public Integer getWhsl() {
return whsl;
}
public String getLsh() {
return lsh;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -