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

📄 obj_zcxx.java

📁 数据库管理系统
💻 JAVA
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -