taffiche.java
来自「基于J2EE的办公自动化系统。实现流程定义流程办理等。运用了hibernate+」· Java 代码 · 共 24 行
JAVA
24 行
package com.oa.module.pub.affiche;
// Generated by MyEclipse - Hibernate Tools
/**
* Taffiche generated by MyEclipse - Hibernate Tools
*/
public class Taffiche extends AbstractTaffiche implements java.io.Serializable {
// Constructors
/** default constructor */
public Taffiche() {
}
/** full constructor */
public Taffiche(String atitle, String acontent, String affixname, String affixpath, String asendTime, String arealTime, String areguTime, String astate, String funo, String uno, String amemo) {
super(atitle, acontent, affixname, affixpath, asendTime, arealTime, areguTime, astate, funo, uno, amemo);
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?