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

📄 collectionbean.java

📁 医药供应链管理系统
💻 JAVA
字号:
package com.captainli.bean;
/**
 * 收款单collection表bean类
 * @author CaptainLi
 *
 */
public class CollectionBean {
	private int c_id;
	private String c_no;
	private int c_i_id;
	private int c_l_id;
	private int c_b_id;
	private String c_p_no;
	private String c_p_time;
	private double c_p_amount;
	private double c_rem;
	private double c_sett;
	private String c_time;
	private String c_note;
	
	private String i_name;
	private String l_name;
	private String b_bame;
	public CollectionBean() {
		super();
		// TODO Auto-generated constructor stub
	}
	public CollectionBean(int c_id, String c_no, int c_i_id, int c_l_id, int c_b_id, String c_p_no, String c_p_time, double c_p_amount, double c_rem, double c_sett, String c_time, String c_note, String i_name, String l_name, String b_bame) {
		super();
		this.c_id = c_id;
		this.c_no = c_no;
		this.c_i_id = c_i_id;
		this.c_l_id = c_l_id;
		this.c_b_id = c_b_id;
		this.c_p_no = c_p_no;
		this.c_p_time = c_p_time;
		this.c_p_amount = c_p_amount;
		this.c_rem = c_rem;
		this.c_sett = c_sett;
		this.c_time = c_time;
		this.c_note = c_note;
		this.i_name = i_name;
		this.l_name = l_name;
		this.b_bame = b_bame;
	}
	public String getB_bame() {
		return b_bame;
	}
	public void setB_bame(String b_bame) {
		this.b_bame = b_bame;
	}
	public int getC_b_id() {
		return c_b_id;
	}
	public void setC_b_id(int c_b_id) {
		this.c_b_id = c_b_id;
	}
	public int getC_i_id() {
		return c_i_id;
	}
	public void setC_i_id(int c_i_id) {
		this.c_i_id = c_i_id;
	}
	public int getC_id() {
		return c_id;
	}
	public void setC_id(int c_id) {
		this.c_id = c_id;
	}
	public int getC_l_id() {
		return c_l_id;
	}
	public void setC_l_id(int c_l_id) {
		this.c_l_id = c_l_id;
	}
	public String getC_no() {
		return c_no;
	}
	public void setC_no(String c_no) {
		this.c_no = c_no;
	}
	public String getC_note() {
		return c_note;
	}
	public void setC_note(String c_note) {
		this.c_note = c_note;
	}
	public double getC_p_amount() {
		return c_p_amount;
	}
	public void setC_p_amount(double c_p_amount) {
		this.c_p_amount = c_p_amount;
	}
	public String getC_p_no() {
		return c_p_no;
	}
	public void setC_p_no(String c_p_no) {
		this.c_p_no = c_p_no;
	}
	public String getC_p_time() {
		return c_p_time;
	}
	public void setC_p_time(String c_p_time) {
		this.c_p_time = c_p_time;
	}
	public double getC_rem() {
		return c_rem;
	}
	public void setC_rem(double c_rem) {
		this.c_rem = c_rem;
	}
	public double getC_sett() {
		return c_sett;
	}
	public void setC_sett(double c_sett) {
		this.c_sett = c_sett;
	}
	public String getC_time() {
		return c_time;
	}
	public void setC_time(String c_time) {
		this.c_time = c_time;
	}
	public String getI_name() {
		return i_name;
	}
	public void setI_name(String i_name) {
		this.i_name = i_name;
	}
	public String getL_name() {
		return l_name;
	}
	public void setL_name(String l_name) {
		this.l_name = l_name;
	}
}

⌨️ 快捷键说明

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