📄 thints.java
字号:
package com.oa.module.hints;
// Generated by MyEclipse - Hibernate Tools
/**
* Thints generated by MyEclipse - Hibernate Tools
*/
public class Thints extends AbstractThints implements java.io.Serializable {
// Constructors
/** default constructor */
public Thints() {
}
/** minimal constructor */
public Thints(String uno, String hshowtype) {
super(uno, hshowtype);
}
/** full constructor */
public Thints(String uno, String hshowtype, String hshowtime, String haffair, String hmeeting, String hemail, String hmemo) {
super(uno, hshowtype, hshowtime, haffair, hmeeting, hemail, hmemo);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -