📄 syfxdjnsrxx.java
字号:
package com.syfxapp.pojo;
/**
* SyfxDjNsrxx entity. @author MyEclipse Persistence Tools
*/
public class SyfxDjNsrxx implements java.io.Serializable {
// Fields
private Long nsrdzdah;
private SyfxDmJkjb syfxDmJkjb;
private String nsrsbh;
private String nsrmc;
private String hyDm;
private String djzclxDm;
private String nsrSwjgDm;
// Constructors
/** default constructor */
public SyfxDjNsrxx() {
}
/** minimal constructor */
public SyfxDjNsrxx(Long nsrdzdah) {
this.nsrdzdah = nsrdzdah;
}
/** full constructor */
public SyfxDjNsrxx(Long nsrdzdah, SyfxDmJkjb syfxDmJkjb, String nsrsbh,
String nsrmc, String hyDm, String djzclxDm, String nsrSwjgDm) {
this.nsrdzdah = nsrdzdah;
this.syfxDmJkjb = syfxDmJkjb;
this.nsrsbh = nsrsbh;
this.nsrmc = nsrmc;
this.hyDm = hyDm;
this.djzclxDm = djzclxDm;
this.nsrSwjgDm = nsrSwjgDm;
}
// Property accessors
public Long getNsrdzdah() {
return this.nsrdzdah;
}
public void setNsrdzdah(Long nsrdzdah) {
this.nsrdzdah = nsrdzdah;
}
public SyfxDmJkjb getSyfxDmJkjb() {
return this.syfxDmJkjb;
}
public void setSyfxDmJkjb(SyfxDmJkjb syfxDmJkjb) {
this.syfxDmJkjb = syfxDmJkjb;
}
public String getNsrsbh() {
return this.nsrsbh;
}
public void setNsrsbh(String nsrsbh) {
this.nsrsbh = nsrsbh;
}
public String getNsrmc() {
return this.nsrmc;
}
public void setNsrmc(String nsrmc) {
this.nsrmc = nsrmc;
}
public String getHyDm() {
return this.hyDm;
}
public void setHyDm(String hyDm) {
this.hyDm = hyDm;
}
public String getDjzclxDm() {
return this.djzclxDm;
}
public void setDjzclxDm(String djzclxDm) {
this.djzclxDm = djzclxDm;
}
public String getNsrSwjgDm() {
return this.nsrSwjgDm;
}
public void setNsrSwjgDm(String nsrSwjgDm) {
this.nsrSwjgDm = nsrSwjgDm;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -