?? auditor1.java
字號:
package gdpe.hibernate.auditor1;
// Generated by MyEclipse - Hibernate Tools
import gdpe.hibernate.department.Department1;
/**
* Auditor1 generated by MyEclipse - Hibernate Tools
*/
public class Auditor1 extends AbstractAuditor1 implements java.io.Serializable {
// Constructors
/** default constructor */
public Auditor1() {
}
/** minimal constructor */
public Auditor1(String chauditorcode, Department1 department1, String chauditorname, String chsex, String chauditorlevel, String chpassword) {
super(chauditorcode, department1, chauditorname, chsex, chauditorlevel, chpassword);
}
/** full constructor */
public Auditor1(String chauditorcode, Department1 department1, String chauditorname, String chsex, String chauditorlevel, String chbeginauditdate, String chpassword, String chdwcode, String chstatus, String chleavedate, String chmodifier, String chmodifydate) {
super(chauditorcode, department1, chauditorname, chsex, chauditorlevel, chbeginauditdate, chpassword, chdwcode, chstatus, chleavedate, chmodifier, chmodifydate);
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -