Ylxxb.java 2.95 KB
package com.bsth.entity.oil;

import java.util.Date;

import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.persistence.Transient;

import org.springframework.format.annotation.DateTimeFormat;

@Entity
@Table(name = "bsth_c_ylxxb")
public class Ylxxb {
	@Id
	@GeneratedValue
	private Integer id;
	@DateTimeFormat(pattern="yyyy-MM-dd")
	private Date yyrq;
	private Date jlrq;
	private String nbbm;
	private String jsy;
	private Double jzl;
	private String stationid;
	private Date createtime;
	private String gsdm;
	private String yp;
	private String jyggh;
	private Double yj;
	private String bz;
	private Date xgrq;
	private String xgr;
	private String fromgsdm;
	private int nylx;
	@Transient
	private String ldgh;
	//0为接口数据,1为手工输入
	private int jylx=0;
	
	
	public Integer getId() {
		return id;
	}
	public void setId(Integer id) {
		this.id = id;
	}
	public Date getYyrq() {
		return yyrq;
	}
	public void setYyrq(Date yyrq) {
		this.yyrq = yyrq;
	}
	public Date getJlrq() {
		return jlrq;
	}
	public void setJlrq(Date jlrq) {
		this.jlrq = jlrq;
	}
	public String getNbbm() {
		return nbbm;
	}
	public void setNbbm(String nbbm) {
		this.nbbm = nbbm;
	}
	public String getJsy() {
		return jsy;
	}
	public void setJsy(String jsy) {
		this.jsy = jsy;
	}
	public Double getJzl() {
		return jzl;
	}
	public void setJzl(Double jzl) {
		this.jzl = jzl;
	}
	public String getStationid() {
		return stationid;
	}
	public void setStationid(String stationid) {
		this.stationid = stationid;
	}
	public Date getCreatetime() {
		return createtime;
	}
	public void setCreatetime(Date createtime) {
		this.createtime = createtime;
	}
	public String getGsdm() {
		return gsdm;
	}
	public void setGsdm(String gsdm) {
		this.gsdm = gsdm;
	}
	public String getYp() {
		return yp;
	}
	public void setYp(String yp) {
		this.yp = yp;
	}
	public String getJyggh() {
		return jyggh;
	}
	public void setJyggh(String jyggh) {
		this.jyggh = jyggh;
	}
	public Double getYj() {
		return yj;
	}
	public void setYj(Double yj) {
		this.yj = yj;
	}
	public String getBz() {
		return bz;
	}
	public void setBz(String bz) {
		this.bz = bz;
	}
	public Date getXgrq() {
		return xgrq;
	}
	public void setXgrq(Date xgrq) {
		this.xgrq = xgrq;
	}
	public String getXgr() {
		return xgr;
	}
	public void setXgr(String xgr) {
		this.xgr = xgr;
	}
	public String getFromgsdm() {
		return fromgsdm;
	}
	public void setFromgsdm(String fromgsdm) {
		this.fromgsdm = fromgsdm;
	}
	public int getNylx() {
		return nylx;
	}
	public void setNylx(int nylx) {
		this.nylx = nylx;
	}
	public String getLdgh() {
		return ldgh;
	}
	public void setLdgh(String ldgh) {
		this.ldgh = ldgh;
	}
	public int getJylx() {
		return jylx;
	}
	public void setJylx(int jylx) {
		this.jylx = jylx;
	}
	
	
	
}