620e4a55056d28a3f890b376c0ab49e50591884f.svn-base 3.88 KB
/**
 * Copyright &copy; 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
 */
package com.thinkgem.jeesite.modules.sumdata.entity.datatable;

import org.hibernate.validator.constraints.Length;

import com.thinkgem.jeesite.common.persistence.DataEntity;

/**
 * s_reg_base_cEntity
 * @author xuyg
 * @version 2017-03-07
 */
public class SRegBaseC extends DataEntity<SRegBaseC> {
	
	private static final long serialVersionUID = 1L;
	private String sareaCode;		// s_area_code
	private String ch;		// ch
	private String zrzh;		// zrzh
	private String ysdm;		// ysdm
	private String sjc;		// sjc
	private String myc;		// myc
	private String zid;		// zid
	private String isnegativelayer;	// isnegativelayer
	private String isaudit;		// isaudit
	private Double cjzmj;		// cjzmj
	private Double ctnjzmj;		// ctnjzmj
	private Double cytmj;		// cytmj
	private Double cgyjzmj;		// cgyjzmj
	private Double cftjzmj;		// cftjzmj
	private Double cbqmj;		// cbqmj
	private Double cg;		// cg
	private Double sptymj;		// sptymj
	private String qxid;		// qxid
	private String ljzh; 
	public String getLjzh() {
		return ljzh;
	}

	public void setLjzh(String ljzh) {
		this.ljzh = ljzh;
	}

	public String getQxid() {
		return qxid;
	}

	public void setQxid(String qxid) {
		this.qxid = qxid;
	}

	public SRegBaseC() {
		super();
	}

	public SRegBaseC(String id){
		super(id);
	}

	@Length(min=1, max=6, message="s_area_code长度必须介于 1 和 6 之间")
	public String getSareaCode() {
		return sareaCode;
	}

	public void setSareaCode(String sareaCode) {
		this.sareaCode = sareaCode;
	}
	
	@Length(min=0, max=20, message="ch长度必须介于 0 和 20 之间")
	public String getCh() {
		return ch;
	}

	public void setCh(String ch) {
		this.ch = ch;
	}
	
	@Length(min=0, max=24, message="zrzh长度必须介于 0 和 24 之间")
	public String getZrzh() {
		return zrzh;
	}

	public void setZrzh(String zrzh) {
		this.zrzh = zrzh;
	}
	
	@Length(min=0, max=10, message="ysdm长度必须介于 0 和 10 之间")
	public String getYsdm() {
		return ysdm;
	}

	public void setYsdm(String ysdm) {
		this.ysdm = ysdm;
	}
	
	public String getSjc() {
		return sjc;
	}

	public void setSjc(String sjc) {
		this.sjc = sjc;
	}
	
	@Length(min=0, max=50, message="myc长度必须介于 0 和 50 之间")
	public String getMyc() {
		return myc;
	}

	public void setMyc(String myc) {
		this.myc = myc;
	}
	
	@Length(min=0, max=64, message="zid长度必须介于 0 和 64 之间")
	public String getZid() {
		return zid;
	}

	public void setZid(String zid) {
		this.zid = zid;
	}
	
	@Length(min=0, max=4, message="isnegativelayer长度必须介于 0 和 4 之间")
	public String getIsnegativelayer() {
		return isnegativelayer;
	}

	public void setIsnegativelayer(String isnegativelayer) {
		this.isnegativelayer = isnegativelayer;
	}
	
	@Length(min=0, max=2, message="isaudit长度必须介于 0 和 2 之间")
	public String getIsaudit() {
		return isaudit;
	}

	public void setIsaudit(String isaudit) {
		this.isaudit = isaudit;
	}
	
	public Double getCjzmj() {
		return cjzmj;
	}

	public void setCjzmj(Double cjzmj) {
		this.cjzmj = cjzmj;
	}
	
	public Double getCtnjzmj() {
		return ctnjzmj;
	}

	public void setCtnjzmj(Double ctnjzmj) {
		this.ctnjzmj = ctnjzmj;
	}
	
	public Double getCytmj() {
		return cytmj;
	}

	public void setCytmj(Double cytmj) {
		this.cytmj = cytmj;
	}
	
	public Double getCgyjzmj() {
		return cgyjzmj;
	}

	public void setCgyjzmj(Double cgyjzmj) {
		this.cgyjzmj = cgyjzmj;
	}
	
	public Double getCftjzmj() {
		return cftjzmj;
	}

	public void setCftjzmj(Double cftjzmj) {
		this.cftjzmj = cftjzmj;
	}
	
	public Double getCbqmj() {
		return cbqmj;
	}

	public void setCbqmj(Double cbqmj) {
		this.cbqmj = cbqmj;
	}
	
	public Double getCg() {
		return cg;
	}

	public void setCg(Double cg) {
		this.cg = cg;
	}
	
	public Double getSptymj() {
		return sptymj;
	}

	public void setSptymj(Double sptymj) {
		this.sptymj = sptymj;
	}
	
}