📄 tpzl.java
字号:
package com.tech.model;
/**
* Tpzl generated by MyEclipse Persistence Tools
*/
public class Tpzl implements java.io.Serializable {
// Fields
private Long id;
private Long tid;
private byte[] tpnr;
private Long scbz;
private Long tplxbz;
private String tplx;
private Long tplybz;
private String tpsm;
private Long fr;
// Constructors
/** default constructor */
public Tpzl() {
}
/** minimal constructor */
public Tpzl(Long id, Long scbz) {
this.id = id;
this.scbz = scbz;
}
/** full constructor */
public Tpzl(Long id, Long tid, byte[] tpnr, Long scbz, Long tplxbz,
String tplx, Long tplybz, String tpsm) {
this.id = id;
this.tid = tid;
this.tpnr = tpnr;
this.scbz = scbz;
this.tplxbz = tplxbz;
this.tplx = tplx;
this.tplybz = tplybz;
this.tpsm = tpsm;
}
// Property accessors
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public Long getTid() {
return this.tid;
}
public void setTid(Long tid) {
this.tid = tid;
}
public byte[] getTpnr() {
return this.tpnr;
}
public void setTpnr(byte[] tpnr) {
this.tpnr = tpnr;
}
public Long getScbz() {
return this.scbz;
}
public void setScbz(Long scbz) {
this.scbz = scbz;
}
public Long getTplxbz() {
return this.tplxbz;
}
public void setTplxbz(Long tplxbz) {
this.tplxbz = tplxbz;
}
public String getTplx() {
return this.tplx;
}
public void setTplx(String tplx) {
this.tplx = tplx;
}
public Long getTplybz() {
return this.tplybz;
}
public void setTplybz(Long tplybz) {
this.tplybz = tplybz;
}
public String getTpsm() {
return this.tpsm;
}
public void setTpsm(String tpsm) {
this.tpsm = tpsm;
}
public Long getFr() {
return fr;
}
public void setFr(Long fr) {
this.fr = fr;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -