📄 obj_selldetaile.java
字号:
package appjxc.model;
import java.sql.*;
public class Obj_SellDetaile implements java.io.Serializable{
// Fields
private String xslsh;
private String ypbh;
private String xsdjh;
private int xssl;
private float xsdj;
private float xsje;
private Date xsrq;
private obj_medicine medicine;
private String thsts;
// Property accessors
public String getXslsh() {
return this.xslsh;
}
public void setXslsh(String xslsh) {
this.xslsh = xslsh;
}
public String getYpbh() {
return this.ypbh;
}
public void setYpbh(String ypbh) {
this.ypbh = ypbh;
}
public String getXsdjh() {
return this.xsdjh;
}
public void setXsdjh(String xsdjh) {
this.xsdjh = xsdjh;
}
public int getXssl() {
return this.xssl;
}
public void setXssl(int xssl) {
this.xssl = xssl;
}
public float getXsdj() {
return this.xsdj;
}
public void setXsdj(float xsdj) {
this.xsdj = xsdj;
}
public float getXsje() {
return this.xsje;
}
public void setXsje(float xsje) {
this.xsje = xsje;
}
public Date getXsrq() {
return this.xsrq;
}
public obj_medicine getMedicine() {
return medicine;
}
public String getThsts() {
return thsts;
}
public void setXsrq(Date xsrq) {
this.xsrq = xsrq;
}
public void setMedicine(obj_medicine medicine) {
this.medicine = medicine;
}
public void setThsts(String thsts) {
this.thsts = thsts;
}
public Obj_SellDetaile() {
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -