📄 obj_zcwx.java
字号:
package appgdzc.model;
import java.sql.Date;
public class Obj_zcwx implements java.io.Serializable{
private String zcbh;
private String zcmc;
private Date sxrq;
private String gzyy;
private Date wxrq;
private String wxzk;
private String pjmc;
private Double wxfy;
private String lsh;
public Obj_zcwx(){
}
public Obj_zcwx(String lsh,String zcbh,String zcmc,Date sxrq,String gzyy,
Date wxrq,String wxzk,String pjmc,Double wxfy){
this.setLsh(lsh);
this.setZcbh(zcbh);
this.setZcmc(zcmc);
this.setSxrq(sxrq);
this.setGzyy(gzyy);
this.setWxrq(wxrq);
this.setWxzk(wxzk);
this.setPjmc(pjmc);
this.setWxfy(wxfy);
}
public String getZcbh() {
return zcbh;
}
public String getZcmc() {
return zcmc;
}
public Date getSxrq() {
return sxrq;
}
public String getGzyy() {
return gzyy;
}
public Date getWxrq() {
return wxrq;
}
public String getWxzk() {
return wxzk;
}
public String getPjmc() {
return pjmc;
}
public Double getWxfy() {
return wxfy;
}
public String getLsh() {
return lsh;
}
public void setZcbh(String zcbh) {
this.zcbh = zcbh;
}
public void setZcmc(String zcmc) {
this.zcmc = zcmc;
}
public void setSxrq(Date sxrq) {
this.sxrq = sxrq;
}
public void setGzyy(String gzyy) {
this.gzyy = gzyy;
}
public void setWxrq(Date wxrq) {
this.wxrq = wxrq;
}
public void setWxzk(String wxzk) {
this.wxzk = wxzk;
}
public void setPjmc(String pjmc) {
this.pjmc = pjmc;
}
public void setWxfy(Double wxfy) {
this.wxfy = wxfy;
}
public void setLsh(String lsh) {
this.lsh = lsh;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -