首页>代码>java web开发无纸化办公管理系统>/Colin/src/wjb/bean/CheckInfo.java
/**
 * @新建类文件:CheckInfo.java
 * @说明:暂无
 */
package wjb.bean;

/**
 * @描述:审批相关信息
 * @说明:暂无
 * @版权:Copyright © 2017 colin. All Rights Reserved.
 * @作者:吴江波
 * @版本:1.0
 * @创建日期:2017-10-19
 * @创建时间:下午4:16:11
 * @所属包名:wjb.bean
 * @类的名称:CheckInfo.java
 */
public class CheckInfo {
	private String request_goods_id;// yw_request_goods表的主键ID
	private String goods_no;// 请购单编号
	private String create_time;// 提交请购申请时间
	private String create_user;// 提交请购申请人员ID
	private String create_user_name;// 提交请购申请人员姓名
	private String goods_name;// 品名
	private String goods_desc;// 规格
	private String goods_unit;// 单位
	private double goods_count;// 请购量
	private double goods_order;// 订购量
	private double goods_total_price;// 总价
	private String need_time;// 需要日期
	private String applicant_dep;// 请购人所属部门ID
	private String applicant_dep_name;// 请购人所属部门名称
	private String back_date;// 回厂日期
	private double xzkcl;// 现在库存量
	private double mysyl;// 每月使用量
	private String scqgrq;// 上次请购日期
	private double scqgsl;// 上次请购数量
	private double scqgdj;// 上次请购单价
	private String scqgcs;// 上次请购厂商
	private String purpose_desc;// 用途
	private String cgyj;// 采购意见
	private String fkfspq;// 付款方式票期
	private String dycrq;// 分批交货第一次日期
	private double dycsl;// 分批交货第一次数量
	private String decrq;// 分批交货第二次日期
	private double decsl;// 分批交货第二次数量
	private String dscrq;// 分批交货第三次日期
	private double dscsl;// 分批交货第三次数量

	private String check_id;// yw_check表的主键ID
	private String record_id;// 被审核记录ID
	private String auditor_id;// 请购人主管ID
	private String auditor_id_name;// 请购人主管ID姓名
	private String audit_opinion;// 请购人主管审核意见
	private String audit_state;// 请购人主管审核状态(1:审核中;2:审核通过;3:审核不通过)
	private String audit_time;// 请购人主管审核时间

	private double goods_price;// 物料单价
	private String undertaker_id;// 采购承办人ID
	private String undertaker_id_name;// 采购承办人ID姓名
	private String undertaker_opinion;// 采购承办人审核意见
	private String undertaker_state;// 采购承办人审核状态(1:审核中;2:审核通过;3:审核不通过)
	private String undertaker_time;// 采购承办人审核时间

	private String buyer_id;// 采购主管ID
	private String buyer_id_name;// 采购主管ID姓名
	private String buyer_opinion;// 采购主管审核意见
	private String buyer_state;// 采购主管审核状态(1:审核中;2:审核通过;3:审核不通过)
	private String buyer_time;// 采购主管审核时间

	/**
	 * @描述:构造方法
	 * @说明:暂无
	 */
	public CheckInfo() {
		super();
		// TODO Auto-generated constructor stub
	}

	/**
	 * @return the request_goods_id
	 */
	public String getRequest_goods_id() {
		return request_goods_id;
	}

	/**
	 * @param request_goods_id
	 *            the request_goods_id to set
	 */
	public void setRequest_goods_id(String request_goods_id) {
		this.request_goods_id = request_goods_id;
	}

	/**
	 * @return the goods_no
	 */
	public String getGoods_no() {
		return goods_no;
	}

	/**
	 * @param goods_no
	 *            the goods_no to set
	 */
	public void setGoods_no(String goods_no) {
		this.goods_no = goods_no;
	}

	/**
	 * @return the create_time
	 */
	public String getCreate_time() {
		return create_time;
	}

	/**
	 * @param create_time
	 *            the create_time to set
	 */
	public void setCreate_time(String create_time) {
		this.create_time = create_time;
	}

	/**
	 * @return the create_user
	 */
	public String getCreate_user() {
		return create_user;
	}

	/**
	 * @param create_user
	 *            the create_user to set
	 */
	public void setCreate_user(String create_user) {
		this.create_user = create_user;
	}

	/**
	 * @return the create_user_name
	 */
	public String getCreate_user_name() {
		return create_user_name;
	}

	/**
	 * @param create_user_name
	 *            the create_user_name to set
	 */
	public void setCreate_user_name(String create_user_name) {
		this.create_user_name = create_user_name;
	}

	/**
	 * @return the goods_name
	 */
	public String getGoods_name() {
		return goods_name;
	}

	/**
	 * @param goods_name
	 *            the goods_name to set
	 */
	public void setGoods_name(String goods_name) {
		this.goods_name = goods_name;
	}

	/**
	 * @return the goods_desc
	 */
	public String getGoods_desc() {
		return goods_desc;
	}

	/**
	 * @param goods_desc
	 *            the goods_desc to set
	 */
	public void setGoods_desc(String goods_desc) {
		this.goods_desc = goods_desc;
	}

	/**
	 * @return the goods_unit
	 */
	public String getGoods_unit() {
		return goods_unit;
	}

	/**
	 * @param goods_unit
	 *            the goods_unit to set
	 */
	public void setGoods_unit(String goods_unit) {
		this.goods_unit = goods_unit;
	}

	/**
	 * @return the goods_count
	 */
	public double getGoods_count() {
		return goods_count;
	}

	/**
	 * @param goods_count
	 *            the goods_count to set
	 */
	public void setGoods_count(double goods_count) {
		this.goods_count = goods_count;
	}

	/**
	 * @return the goods_order
	 */
	public double getGoods_order() {
		return goods_order;
	}

	/**
	 * @param goods_order
	 *            the goods_order to set
	 */
	public void setGoods_order(double goods_order) {
		this.goods_order = goods_order;
	}

	/**
	 * @return the goods_total_price
	 */
	public double getGoods_total_price() {
		return goods_total_price;
	}

	/**
	 * @param goods_total_price
	 *            the goods_total_price to set
	 */
	public void setGoods_total_price(double goods_total_price) {
		this.goods_total_price = goods_total_price;
	}

	/**
	 * @return the need_time
	 */
	public String getNeed_time() {
		return need_time;
	}

	/**
	 * @param need_time
	 *            the need_time to set
	 */
	public void setNeed_time(String need_time) {
		this.need_time = need_time;
	}

	/**
	 * @return the applicant_dep
	 */
	public String getApplicant_dep() {
		return applicant_dep;
	}

	/**
	 * @param applicant_dep
	 *            the applicant_dep to set
	 */
	public void setApplicant_dep(String applicant_dep) {
		this.applicant_dep = applicant_dep;
	}

	/**
	 * @return the applicant_dep_name
	 */
	public String getApplicant_dep_name() {
		return applicant_dep_name;
	}

	/**
	 * @param applicant_dep_name
	 *            the applicant_dep_name to set
	 */
	public void setApplicant_dep_name(String applicant_dep_name) {
		this.applicant_dep_name = applicant_dep_name;
	}

	/**
	 * @return the back_date
	 */
	public String getBack_date() {
		return back_date;
	}

	/**
	 * @param back_date
	 *            the back_date to set
	 */
	public void setBack_date(String back_date) {
		this.back_date = back_date;
	}

	/**
	 * @return the xzkcl
	 */
	public double getXzkcl() {
		return xzkcl;
	}

	/**
	 * @param xzkcl
	 *            the xzkcl to set
	 */
	public void setXzkcl(double xzkcl) {
		this.xzkcl = xzkcl;
	}

	/**
	 * @return the mysyl
	 */
	public double getMysyl() {
		return mysyl;
	}

	/**
	 * @param mysyl
	 *            the mysyl to set
	 */
	public void setMysyl(double mysyl) {
		this.mysyl = mysyl;
	}

	/**
	 * @return the scqgrq
	 */
	public String getScqgrq() {
		return scqgrq;
	}

	/**
	 * @param scqgrq
	 *            the scqgrq to set
	 */
	public void setScqgrq(String scqgrq) {
		this.scqgrq = scqgrq;
	}

	/**
	 * @return the scqgsl
	 */
	public double getScqgsl() {
		return scqgsl;
	}

	/**
	 * @param scqgsl
	 *            the scqgsl to set
	 */
	public void setScqgsl(double scqgsl) {
		this.scqgsl = scqgsl;
	}

	/**
	 * @return the scqgdj
	 */
	public double getScqgdj() {
		return scqgdj;
	}

	/**
	 * @param scqgdj
	 *            the scqgdj to set
	 */
	public void setScqgdj(double scqgdj) {
		this.scqgdj = scqgdj;
	}

	/**
	 * @return the scqgcs
	 */
	public String getScqgcs() {
		return scqgcs;
	}

	/**
	 * @param scqgcs
	 *            the scqgcs to set
	 */
	public void setScqgcs(String scqgcs) {
		this.scqgcs = scqgcs;
	}

	/**
	 * @return the purpose_desc
	 */
	public String getPurpose_desc() {
		return purpose_desc;
	}

	/**
	 * @param purpose_desc
	 *            the purpose_desc to set
	 */
	public void setPurpose_desc(String purpose_desc) {
		this.purpose_desc = purpose_desc;
	}

	/**
	 * @return the cgyj
	 */
	public String getCgyj() {
		return cgyj;
	}

	/**
	 * @param cgyj
	 *            the cgyj to set
	 */
	public void setCgyj(String cgyj) {
		this.cgyj = cgyj;
	}

	/**
	 * @return the fkfspq
	 */
	public String getFkfspq() {
		return fkfspq;
	}

	/**
	 * @param fkfspq
	 *            the fkfspq to set
	 */
	public void setFkfspq(String fkfspq) {
		this.fkfspq = fkfspq;
	}

	/**
	 * @return the dycrq
	 */
	public String getDycrq() {
		return dycrq;
	}

	/**
	 * @param dycrq
	 *            the dycrq to set
	 */
	public void setDycrq(String dycrq) {
		this.dycrq = dycrq;
	}

	/**
	 * @return the dycsl
	 */
	public double getDycsl() {
		return dycsl;
	}

	/**
	 * @param dycsl
	 *            the dycsl to set
	 */
	public void setDycsl(double dycsl) {
		this.dycsl = dycsl;
	}

	/**
	 * @return the decrq
	 */
	public String getDecrq() {
		return decrq;
	}

	/**
	 * @param decrq
	 *            the decrq to set
	 */
	public void setDecrq(String decrq) {
		this.decrq = decrq;
	}

	/**
	 * @return the decsl
	 */
	public double getDecsl() {
		return decsl;
	}

	/**
	 * @param decsl
	 *            the decsl to set
	 */
	public void setDecsl(double decsl) {
		this.decsl = decsl;
	}

	/**
	 * @return the dscrq
	 */
	public String getDscrq() {
		return dscrq;
	}

	/**
	 * @param dscrq
	 *            the dscrq to set
	 */
	public void setDscrq(String dscrq) {
		this.dscrq = dscrq;
	}

	/**
	 * @return the dscsl
	 */
	public double getDscsl() {
		return dscsl;
	}

	/**
	 * @param dscsl
	 *            the dscsl to set
	 */
	public void setDscsl(double dscsl) {
		this.dscsl = dscsl;
	}

	/**
	 * @return the check_id
	 */
	public String getCheck_id() {
		return check_id;
	}

	/**
	 * @param check_id
	 *            the check_id to set
	 */
	public void setCheck_id(String check_id) {
		this.check_id = check_id;
	}

	/**
	 * @return the record_id
	 */
	public String getRecord_id() {
		return record_id;
	}

	/**
	 * @param record_id
	 *            the record_id to set
	 */
	public void setRecord_id(String record_id) {
		this.record_id = record_id;
	}

	/**
	 * @return the auditor_id
	 */
	public String getAuditor_id() {
		return auditor_id;
	}

	/**
	 * @param auditor_id
	 *            the auditor_id to set
	 */
	public void setAuditor_id(String auditor_id) {
		this.auditor_id = auditor_id;
	}

	/**
	 * @return the auditor_id_name
	 */
	public String getAuditor_id_name() {
		return auditor_id_name;
	}

	/**
	 * @param auditor_id_name
	 *            the auditor_id_name to set
	 */
	public void setAuditor_id_name(String auditor_id_name) {
		this.auditor_id_name = auditor_id_name;
	}

	/**
	 * @return the audit_opinion
	 */
	public String getAudit_opinion() {
		return audit_opinion;
	}

	/**
	 * @param audit_opinion
	 *            the audit_opinion to set
	 */
	public void setAudit_opinion(String audit_opinion) {
		this.audit_opinion = audit_opinion;
	}

	/**
	 * @return the audit_state
	 */
	public String getAudit_state() {
		return audit_state;
	}

	/**
	 * @param audit_state
	 *            the audit_state to set
	 */
	public void setAudit_state(String audit_state) {
		this.audit_state = audit_state;
	}

	/**
	 * @return the audit_time
	 */
	public String getAudit_time() {
		return audit_time;
	}

	/**
	 * @param audit_time
	 *            the audit_time to set
	 */
	public void setAudit_time(String audit_time) {
		this.audit_time = audit_time;
	}

	/**
	 * @return the goods_price
	 */
	public double getGoods_price() {
		return goods_price;
	}

	/**
	 * @param goods_price
	 *            the goods_price to set
	 */
	public void setGoods_price(double goods_price) {
		this.goods_price = goods_price;
	}

	/**
	 * @return the undertaker_id
	 */
	public String getUndertaker_id() {
		return undertaker_id;
	}

	/**
	 * @param undertaker_id
	 *            the undertaker_id to set
	 */
	public void setUndertaker_id(String undertaker_id) {
		this.undertaker_id = undertaker_id;
	}

	/**
	 * @return the undertaker_id_name
	 */
	public String getUndertaker_id_name() {
		return undertaker_id_name;
	}

	/**
	 * @param undertaker_id_name
	 *            the undertaker_id_name to set
	 */
	public void setUndertaker_id_name(String undertaker_id_name) {
		this.undertaker_id_name = undertaker_id_name;
	}

	/**
	 * @return the undertaker_opinion
	 */
	public String getUndertaker_opinion() {
		return undertaker_opinion;
	}

	/**
	 * @param undertaker_opinion
	 *            the undertaker_opinion to set
	 */
	public void setUndertaker_opinion(String undertaker_opinion) {
		this.undertaker_opinion = undertaker_opinion;
	}

	/**
	 * @return the undertaker_state
	 */
	public String getUndertaker_state() {
		return undertaker_state;
	}

	/**
	 * @param undertaker_state
	 *            the undertaker_state to set
	 */
	public void setUndertaker_state(String undertaker_state) {
		this.undertaker_state = undertaker_state;
	}

	/**
	 * @return the undertaker_time
	 */
	public String getUndertaker_time() {
		return undertaker_time;
	}

	/**
	 * @param undertaker_time
	 *            the undertaker_time to set
	 */
	public void setUndertaker_time(String undertaker_time) {
		this.undertaker_time = undertaker_time;
	}

	/**
	 * @return the buyer_id
	 */
	public String getBuyer_id() {
		return buyer_id;
	}

	/**
	 * @param buyer_id
	 *            the buyer_id to set
	 */
	public void setBuyer_id(String buyer_id) {
		this.buyer_id = buyer_id;
	}

	/**
	 * @return the buyer_id_name
	 */
	public String getBuyer_id_name() {
		return buyer_id_name;
	}

	/**
	 * @param buyer_id_name
	 *            the buyer_id_name to set
	 */
	public void setBuyer_id_name(String buyer_id_name) {
		this.buyer_id_name = buyer_id_name;
	}

	/**
	 * @return the buyer_opinion
	 */
	public String getBuyer_opinion() {
		return buyer_opinion;
	}

	/**
	 * @param buyer_opinion
	 *            the buyer_opinion to set
	 */
	public void setBuyer_opinion(String buyer_opinion) {
		this.buyer_opinion = buyer_opinion;
	}

	/**
	 * @return the buyer_state
	 */
	public String getBuyer_state() {
		return buyer_state;
	}

	/**
	 * @param buyer_state
	 *            the buyer_state to set
	 */
	public void setBuyer_state(String buyer_state) {
		this.buyer_state = buyer_state;
	}

	/**
	 * @return the buyer_time
	 */
	public String getBuyer_time() {
		return buyer_time;
	}

	/**
	 * @param buyer_time
	 *            the buyer_time to set
	 */
	public void setBuyer_time(String buyer_time) {
		this.buyer_time = buyer_time;
	}
}
最近下载更多
张泽帅  LV6 10月28日
akbar2020  LV9 2022年9月4日
cx123123  LV7 2022年5月16日
邬松桥  LV11 2022年4月11日
liuzejuncn  LV6 2022年3月11日
wanglinddad  LV55 2022年2月24日
xuyongff  LV24 2021年11月25日
涵涵吖  LV6 2021年4月26日
dangdangdangj  LV4 2021年3月19日
ddddddddt  LV2 2021年3月4日
最近浏览更多
张泽帅  LV6 10月17日
唐唐丶  LV34 9月12日
OLDMANDING  LV1 8月21日
柳咪华沙  LV7 6月28日
yunsgui  LV1 6月26日
m5433661  LV2 3月28日
pi-nang  LV2 3月11日
米继宝是憨憨  LV4 1月25日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友