Ttype.java
上传用户:lm2018
上传日期:2015-12-12
资源大小:30449k
文件大小:0k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. package com.oa.module.system;
  2. // Generated by MyEclipse - Hibernate Tools
  3. /**
  4.  * Ttype generated by MyEclipse - Hibernate Tools
  5.  */
  6. public class Ttype extends AbstractTtype implements java.io.Serializable {
  7.     // Constructors
  8.     /** default constructor */
  9.     public Ttype() {
  10.     }
  11.     
  12.     /** full constructor */
  13.     public Ttype(String tname, String tmemo) {
  14.         super(tname, tmemo);        
  15.     }    
  16.    
  17. }