📄 fukuantongzhidan.java
字号:
package com.yuanjin.mtgx.entity;
import java.util.Date;
public class FuKuanTongZhiDan {
private Long id;
private String fkdbh;
private String fkdw;
private String skdw;
private Double fkje;
private double fhsl;
private Double hwjg;
private Date fkrqxz;
private ChuKuDan ckd;
public FuKuanTongZhiDan() {
}
public FuKuanTongZhiDan(Long id, String fkdbh, String fkdw, String skdw, Double fkje, double fhsl, Double hwjg, Date fkrqxz, ChuKuDan ckd) {
super();
this.id = id;
this.fkdbh = fkdbh;
this.fkdw = fkdw;
this.skdw = skdw;
this.fkje = fkje;
this.fhsl = fhsl;
this.hwjg = hwjg;
this.fkrqxz = fkrqxz;
this.ckd = ckd;
}
public ChuKuDan getCkd() {
return ckd;
}
public void setCkd(ChuKuDan ckd) {
this.ckd = ckd;
}
public double getFhsl() {
return fhsl;
}
public void setFhsl(double fhsl) {
this.fhsl = fhsl;
}
public String getFkdbh() {
return fkdbh;
}
public void setFkdbh(String fkdbh) {
this.fkdbh = fkdbh;
}
public String getFkdw() {
return fkdw;
}
public void setFkdw(String fkdw) {
this.fkdw = fkdw;
}
public Double getFkje() {
return fkje;
}
public void setFkje(Double fkje) {
this.fkje = fkje;
}
public Date getFkrqxz() {
return fkrqxz;
}
public void setFkrqxz(Date fkrqxz) {
this.fkrqxz = fkrqxz;
}
public Double getHwjg() {
return hwjg;
}
public void setHwjg(Double hwjg) {
this.hwjg = hwjg;
}
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getSkdw() {
return skdw;
}
public void setSkdw(String skdw) {
this.skdw = skdw;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -