xt6301viewentity1.java

来自「一个完整的物流系统」· Java 代码 · 共 36 行

JAVA
36
字号
package jp.com.cost.xt.entity;

public class XT6301ViewEntity1{
	private Integer id;
	private String etable;
	private String etype;

	private String otime;
	
	public Integer getId() {
		return id;
	}
	public void setId(Integer id) {
		this.id = id;
	}
	public String getEtable() {
		return etable;
	}
	public void setEtable(String etable) {
		this.etable = etable;
	}
	public String getEtype() {
		return etype;
	}
	public void setEtype(String etype) {
		this.etype = etype;
	}
	
	public String getOtime() {
		return otime;
	}
	public void setOtime(String otime) {
		this.otime = otime;
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?