obj_zcxx.java
来自「资产设备管理系统 第1章 系统登录 1.1 系统登录 (1)双击资产设备管」· Java 代码 · 共 134 行
JAVA
134 行
package appgdzc.model;
import java.io.Serializable;
import java.sql.Date;
public class Obj_zcxx implements Serializable{
private String zcbh;
private String zcmc;
private String zcxh;
private Integer zcsl;
private Double zcdj;
private Double zcje;
private String sccj;
private Date scrq;
private Date gmrq;
private String gmr;
private String sts;
private int kcsl;
public Obj_zcxx(){
}
public Obj_zcxx(String zcbh, String zcmc,String zcxh,Integer zcsl, Double zcdj, Double zcje,
String sccj, Date scrq, Date gmrq, String gmr,String sts,int kcsl) {
this.zcbh = zcbh;
this.zcmc = zcmc;
this.zcxh = zcxh;
this.zcsl = zcsl;
this.zcdj = zcdj;
this.zcje = zcje;
this.sccj = sccj;
this.scrq = scrq;
this.gmrq = gmrq;
this.gmr = gmr;
this.sts = sts;
this.kcsl = kcsl;
}
public void setzcBh(String bh) {
this.zcbh = bh;
}
public void setZcmc(String zcmc) {
this.zcmc = zcmc;
}
public void setZcxh(String zcxh) {
this.zcxh = zcxh;
}
public void setZcsl(Integer zcsl) {
this.zcsl = zcsl;
}
public void setZcdj(Double zcdj) {
this.zcdj = zcdj;
}
public void setZcje(Double zcje) {
this.zcje = zcje;
}
public void setSccj(String sccj) {
this.sccj = sccj;
}
public void setScrq(Date scrq) {
this.scrq = scrq;
}
public void setGmrq(Date gmrq) {
this.gmrq = gmrq;
}
public void setGmr(String gmr) {
this.gmr = gmr;
}
public void setSts(String sts) {
this.sts = sts;
}
public void setKcsl(int kcsl) {
this.kcsl = kcsl;
}
public String getzcBh() {
return zcbh;
}
public String getZcmc() {
return zcmc;
}
public String getZcxh() {
return zcxh;
}
public Integer getZcsl() {
return zcsl;
}
public Double getZcdj() {
return zcdj;
}
public Double getZcje() {
return zcje;
}
public String getSccj() {
return sccj;
}
public Date getScrq() {
return scrq;
}
public Date getGmrq() {
return gmrq;
}
public String getGmr() {
return gmr;
}
public String getSts() {
return sts;
}
public int getKcsl() {
return kcsl;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?