📄 syfxb3zzsybnsr.java
字号:
package com.syfxapp.pojo;
/**
* SyfxB3ZzsYbnsr entity. @author MyEclipse Persistence Tools
*/
public class SyfxB3ZzsYbnsr implements java.io.Serializable {
// Fields
private SyfxB3ZzsYbnsrId id;
private Long xh;
private String nsrmc;
private String swjgDm;
private String swjgMc;
private String jkjbDm;
private String hyMc;
private Double bqYsxssr;
private Double bnYsxssr;
private Double bqYnse;
private Double bnYnse;
private Double bqRkse;
private Double bnRkse;
private Double ncqs;
private Double qmqs;
private String bqSxsfl;
private String bnSxsfl;
private String bqRksfl;
private String bnRksfl;
private Long bqQszje;
private Long bnQszje;
// Constructors
/** default constructor */
public SyfxB3ZzsYbnsr() {
}
/** minimal constructor */
public SyfxB3ZzsYbnsr(SyfxB3ZzsYbnsrId id, String swjgMc, String hyMc) {
this.id = id;
this.swjgMc = swjgMc;
this.hyMc = hyMc;
}
/** full constructor */
public SyfxB3ZzsYbnsr(SyfxB3ZzsYbnsrId id, Long xh, String nsrmc,
String swjgDm, String swjgMc, String jkjbDm, String hyMc,
Double bqYsxssr, Double bnYsxssr, Double bqYnse, Double bnYnse,
Double bqRkse, Double bnRkse, Double ncqs, Double qmqs,
String bqSxsfl, String bnSxsfl, String bqRksfl, String bnRksfl,
Long bqQszje, Long bnQszje) {
this.id = id;
this.xh = xh;
this.nsrmc = nsrmc;
this.swjgDm = swjgDm;
this.swjgMc = swjgMc;
this.jkjbDm = jkjbDm;
this.hyMc = hyMc;
this.bqYsxssr = bqYsxssr;
this.bnYsxssr = bnYsxssr;
this.bqYnse = bqYnse;
this.bnYnse = bnYnse;
this.bqRkse = bqRkse;
this.bnRkse = bnRkse;
this.ncqs = ncqs;
this.qmqs = qmqs;
this.bqSxsfl = bqSxsfl;
this.bnSxsfl = bnSxsfl;
this.bqRksfl = bqRksfl;
this.bnRksfl = bnRksfl;
this.bqQszje = bqQszje;
this.bnQszje = bnQszje;
}
// Property accessors
public SyfxB3ZzsYbnsrId getId() {
return this.id;
}
public void setId(SyfxB3ZzsYbnsrId id) {
this.id = id;
}
public Long getXh() {
return this.xh;
}
public void setXh(Long xh) {
this.xh = xh;
}
public String getNsrmc() {
return this.nsrmc;
}
public void setNsrmc(String nsrmc) {
this.nsrmc = nsrmc;
}
public String getSwjgDm() {
return this.swjgDm;
}
public void setSwjgDm(String swjgDm) {
this.swjgDm = swjgDm;
}
public String getSwjgMc() {
return this.swjgMc;
}
public void setSwjgMc(String swjgMc) {
this.swjgMc = swjgMc;
}
public String getJkjbDm() {
return this.jkjbDm;
}
public void setJkjbDm(String jkjbDm) {
this.jkjbDm = jkjbDm;
}
public String getHyMc() {
return this.hyMc;
}
public void setHyMc(String hyMc) {
this.hyMc = hyMc;
}
public Double getBqYsxssr() {
return this.bqYsxssr;
}
public void setBqYsxssr(Double bqYsxssr) {
this.bqYsxssr = bqYsxssr;
}
public Double getBnYsxssr() {
return this.bnYsxssr;
}
public void setBnYsxssr(Double bnYsxssr) {
this.bnYsxssr = bnYsxssr;
}
public Double getBqYnse() {
return this.bqYnse;
}
public void setBqYnse(Double bqYnse) {
this.bqYnse = bqYnse;
}
public Double getBnYnse() {
return this.bnYnse;
}
public void setBnYnse(Double bnYnse) {
this.bnYnse = bnYnse;
}
public Double getBqRkse() {
return this.bqRkse;
}
public void setBqRkse(Double bqRkse) {
this.bqRkse = bqRkse;
}
public Double getBnRkse() {
return this.bnRkse;
}
public void setBnRkse(Double bnRkse) {
this.bnRkse = bnRkse;
}
public Double getNcqs() {
return this.ncqs;
}
public void setNcqs(Double ncqs) {
this.ncqs = ncqs;
}
public Double getQmqs() {
return this.qmqs;
}
public void setQmqs(Double qmqs) {
this.qmqs = qmqs;
}
public String getBqSxsfl() {
return this.bqSxsfl;
}
public void setBqSxsfl(String bqSxsfl) {
this.bqSxsfl = bqSxsfl;
}
public String getBnSxsfl() {
return this.bnSxsfl;
}
public void setBnSxsfl(String bnSxsfl) {
this.bnSxsfl = bnSxsfl;
}
public String getBqRksfl() {
return this.bqRksfl;
}
public void setBqRksfl(String bqRksfl) {
this.bqRksfl = bqRksfl;
}
public String getBnRksfl() {
return this.bnRksfl;
}
public void setBnRksfl(String bnRksfl) {
this.bnRksfl = bnRksfl;
}
public Long getBqQszje() {
return this.bqQszje;
}
public void setBqQszje(Long bqQszje) {
this.bqQszje = bqQszje;
}
public Long getBnQszje() {
return this.bnQszje;
}
public void setBnQszje(Long bnQszje) {
this.bnQszje = bnQszje;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -