?? hv.java
字號:
package com.briup.dao.bean;
/**
* Hv generated by MyEclipse - Hibernate Tools
*/
public class Hv implements java.io.Serializable {
// Fields
private Long id;
private Long highvalue;
// Constructors
/** default constructor */
public Hv() {
}
/** full constructor */
public Hv(Long highvalue) {
this.highvalue = highvalue;
}
// Property accessors
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public Long getHighvalue() {
return this.highvalue;
}
public void setHighvalue(Long highvalue) {
this.highvalue = highvalue;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -