📄 ylhq_nmqh.java
字号:
/*
* 创建日期 2004-10-23
*
* 更改所生成文件模板为
* 窗口 > 首选项 > Java > 代码生成 > 代码和注释
*/
package javabean;
/**
* @author cl
*
* 更改所生成类型注释的模板为
* 窗口 > 首选项 > Java > 代码生成 > 代码和注释
*/
public class YLHQ_nmqh {
private String pubdate;
private String qhdate;
private float price_f;
private float price_h;
private float price_l;
private float price_e;
private int zd;
private int dqcjl;
private int yjcjl;
private int sjcjl;
public void setpubdate(String pubdate)
{
this.pubdate=pubdate;
}
public String getpubdate()
{
return this.pubdate;
}
public void setqhdate(String qhdate)
{
this.qhdate=qhdate;
}
public String getqhdate()
{
return this.qhdate;
}
public void setprice_f(float price_f)
{
this.price_f=price_f;
}
public float getprice_f()
{
return this.price_f;
}
public void setprice_h(float price_h)
{
this.price_h=price_h;
}
public float getprice_h()
{
return this.price_h;
}
public void setprice_l(float price_l)
{
this.price_l=price_l;
}
public float getprice_l()
{
return this.price_l;
}
public void setprice_e(float price_e)
{
this.price_e=price_e;
}
public float getprice_e()
{
return this.price_e;
}
public void setzd(int zd)
{
this.zd=zd;
}
public int getzd()
{
return this.zd;
}
public void setdqcjl(int dqcjl)
{
this.dqcjl=dqcjl;
}
public int getdqcjl()
{
return this.dqcjl;
}
public void setyjcjl(int yjcjl)
{
this.yjcjl=yjcjl;
}
public int getyjcjl()
{
return this.yjcjl;
}
public void setsjcjl(int sjcjl)
{
this.sjcjl=sjcjl;
}
public int getsjcjl()
{
return this.sjcjl;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -