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

📄 tpzl.java

📁 使用WEBWORK,SPRING,HIBERNATE编写的简单的添加
💻 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 + -