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

📄 chukudan.java

📁 自己写的一个java购销系统
💻 JAVA
字号:
package com.yuanjin.mtgx.entity;

import java.util.Date;

public class ChuKuDan {
	private Long id;
	private String ckdbh;
	private Date  ckrq;
	private String ckpm;
	private double pz;
	private double mz;
	private double jz;
	private String fhdw;
	private String shdw;
	private String status_1;
	private String status_2;
	private ChuKuShenQingDan cksqd;
	public ChuKuDan() {

	}
	public ChuKuDan(Long id, String ckdbh, Date ckrq, String ckpm, double pz, double mz, double jz, String fhdw, String shdw, String status_1, String status_2, ChuKuShenQingDan cksqd) {
		super();
		this.id = id;
		this.ckdbh = ckdbh;
		this.ckrq = ckrq;
		this.ckpm = ckpm;
		this.pz = pz;
		this.mz = mz;
		this.jz = jz;
		this.fhdw = fhdw;
		this.shdw = shdw;
		this.status_1 = status_1;
		this.status_2 = status_2;
		this.cksqd = cksqd;
	}
	public String getCkdbh() {
		return ckdbh;
	}
	public void setCkdbh(String ckdbh) {
		this.ckdbh = ckdbh;
	}
	public String getCkpm() {
		return ckpm;
	}
	public void setCkpm(String ckpm) {
		this.ckpm = ckpm;
	}
	public Date getCkrq() {
		return ckrq;
	}
	public void setCkrq(Date ckrq) {
		this.ckrq = ckrq;
	}
	public ChuKuShenQingDan getCksqd() {
		return cksqd;
	}
	public void setCksqd(ChuKuShenQingDan cksqd) {
		this.cksqd = cksqd;
	}
	public String getFhdw() {
		return fhdw;
	}
	public void setFhdw(String fhdw) {
		this.fhdw = fhdw;
	}
	public Long getId() {
		return id;
	}
	public void setId(Long id) {
		this.id = id;
	}
	public double getJz() {
		return jz;
	}
	public void setJz(double jz) {
		this.jz = jz;
	}
	public double getMz() {
		return mz;
	}
	public void setMz(double mz) {
		this.mz = mz;
	}
	public double getPz() {
		return pz;
	}
	public void setPz(double pz) {
		this.pz = pz;
	}
	public String getShdw() {
		return shdw;
	}
	public void setShdw(String shdw) {
		this.shdw = shdw;
	}
	public String getStatus_1() {
		return status_1;
	}
	public void setStatus_1(String status_1) {
		this.status_1 = status_1;
	}
	public String getStatus_2() {
		return status_2;
	}
	public void setStatus_2(String status_2) {
		this.status_2 = status_2;
	}
}

⌨️ 快捷键说明

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