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

Jsp/Servlet

开发平台:

Java

  1. package com.oa.module.affair.affairreq;
  2. // Generated by MyEclipse - Hibernate Tools
  3. /**
  4.  * Transreq generated by MyEclipse - Hibernate Tools
  5.  */
  6. public class Transreq extends AbstractTransreq implements java.io.Serializable {
  7.     // Constructors
  8.     /** default constructor */
  9.     public Transreq() {
  10.     }
  11.     
  12.     /** full constructor */
  13.     public Transreq(String rtitle, String uno, long tno, String rgrade, String rstarttime, String rendtime, String rnexttime, String rlasttime, String rdetail, String rstatus, String rmemo) {
  14.         super(rtitle, uno, tno, rgrade, rstarttime, rendtime, rnexttime, rlasttime, rdetail, rstatus, rmemo);        
  15.     }    
  16.    
  17. }