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