Taffiche.java
资源名称:(J2EE)oa.rar [点击查看]
上传用户:lm2018
上传日期:2015-12-12
资源大小:30449k
文件大小:1k
源码类别:
Jsp/Servlet
开发平台:
Java
- 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);
- }
- }