📄 obj_medicine.java
字号:
package appjxc.model;
public class obj_medicine implements java.io.Serializable{
private String ypbh;
private String ypmc;
private String yptm;
private String tym;
private String pym;
private String dw;
private String gg;
private String jx;
private String cd;
private int bzsl;
private String yxq;
private String zlbz;
private String jyfs;
private String ph;
private Double lsjg;
private Double jhjg;
private Double pfjg;
private String yplb;
private String ylbh;
public obj_medicine() {
}
public String getYpbh() {
return ypbh;
}
public String getYpmc() {
return ypmc;
}
public String getYptm() {
return yptm;
}
public String getTym() {
return tym;
}
public String getPym() {
return pym;
}
public String getDw() {
return dw;
}
public String getGg() {
return gg;
}
public String getJx() {
return jx;
}
public String getCd() {
return cd;
}
public int getBzsl() {
return bzsl;
}
public String getYxq() {
return yxq;
}
public String getZlbz() {
return zlbz;
}
public String getJyfs() {
return jyfs;
}
public String getPh() {
return ph;
}
public Double getLsjg() {
return lsjg;
}
public Double getJhjg() {
return jhjg;
}
public Double getPfjg() {
return pfjg;
}
public String getYplb() {
return yplb;
}
public String getYlbh() {
return ylbh;
}
public void setYpbh(String ypbh) {
this.ypbh = ypbh;
}
public void setYpmc(String ypmc) {
this.ypmc = ypmc;
}
public void setYptm(String yptm) {
this.yptm = yptm;
}
public void setTym(String tym) {
this.tym = tym;
}
public void setPym(String pym) {
this.pym = pym;
}
public void setDw(String dw) {
this.dw = dw;
}
public void setGg(String gg) {
this.gg = gg;
}
public void setJx(String jx) {
this.jx = jx;
}
public void setCd(String cd) {
this.cd = cd;
}
public void setBzsl(int bzsl) {
this.bzsl = bzsl;
}
public void setYxq(String yxq) {
this.yxq = yxq;
}
public void setZlbz(String zlbz) {
this.zlbz = zlbz;
}
public void setJyfs(String jyfs) {
this.jyfs = jyfs;
}
public void setPh(String ph) {
this.ph = ph;
}
public void setLsjg(Double lsjg) {
this.lsjg = lsjg;
}
public void setJhjg(Double jhjg) {
this.jhjg = jhjg;
}
public void setPfjg(Double pfjg) {
this.pfjg = pfjg;
}
public void setYplb(String yplb) {
this.yplb = yplb;
}
public void setYlbh(String ylbh) {
this.ylbh = ylbh;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -