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

📄 bill_ex.java

📁 这是一个jbpm的高级应用,是一个oa工作流的系统,里面用到了spring,hibernate技术等.实为学习jbpm的好资料!
💻 JAVA
字号:
package com.xiangfeng.model;

/**
 * TbBillEx entity.
 * 
 * @author MyEclipse Persistence Tools
 */

public class Bill_Ex implements java.io.Serializable {

	// Fields

	private Integer iid;
	private String cbillNo;
	private Short bactive;
	private String cgoodsNo;
	private String cgoodsName;
	private Integer dcount;
	private String cunit;
	private String dprice;
	private String dpriceCut;
	private String dpriceVip;
	private String dfeeFreight;
	private String dfeeInsurance;
	private String dfeeElse;
	private String dtotle;
	private String mnote;

	// Constructors


	// Property accessors

	public Integer getIid() {
		return this.iid;
	}

	public void setIid(Integer iid) {
		this.iid = iid;
	}

	public String getCbillNo() {
		return this.cbillNo;
	}

	public void setCbillNo(String cbillNo) {
		this.cbillNo = cbillNo;
	}

	public Short getBactive() {
		return this.bactive;
	}

	public void setBactive(Short bactive) {
		this.bactive = bactive;
	}

	public String getCgoodsNo() {
		return this.cgoodsNo;
	}

	public void setCgoodsNo(String cgoodsNo) {
		this.cgoodsNo = cgoodsNo;
	}

	public String getCgoodsName() {
		return this.cgoodsName;
	}

	public void setCgoodsName(String cgoodsName) {
		this.cgoodsName = cgoodsName;
	}

	public Integer getDcount() {
		return this.dcount;
	}

	public void setDcount(Integer dcount) {
		this.dcount = dcount;
	}

	public String getCunit() {
		return this.cunit;
	}

	public void setCunit(String cunit) {
		this.cunit = cunit;
	}

	public String getDprice() {
		return this.dprice;
	}

	public void setDprice(String dprice) {
		this.dprice = dprice;
	}

	public String getDpriceCut() {
		return this.dpriceCut;
	}

	public void setDpriceCut(String dpriceCut) {
		this.dpriceCut = dpriceCut;
	}

	public String getDpriceVip() {
		return this.dpriceVip;
	}

	public void setDpriceVip(String dpriceVip) {
		this.dpriceVip = dpriceVip;
	}

	public String getDfeeFreight() {
		return this.dfeeFreight;
	}

	public void setDfeeFreight(String dfeeFreight) {
		this.dfeeFreight = dfeeFreight;
	}

	public String getDfeeInsurance() {
		return this.dfeeInsurance;
	}

	public void setDfeeInsurance(String dfeeInsurance) {
		this.dfeeInsurance = dfeeInsurance;
	}

	public String getDfeeElse() {
		return this.dfeeElse;
	}

	public void setDfeeElse(String dfeeElse) {
		this.dfeeElse = dfeeElse;
	}

	public String getDtotle() {
		return this.dtotle;
	}

	public void setDtotle(String dtotle) {
		this.dtotle = dtotle;
	}

	public String getMnote() {
		return this.mnote;
	}

	public void setMnote(String mnote) {
		this.mnote = mnote;
	}

}

⌨️ 快捷键说明

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