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

Jsp/Servlet

开发平台:

Java

  1. package com.oa.module.affair.affair;
  2. // Generated by MyEclipse - Hibernate Tools
  3. /**
  4.  * 事务类别类
  5.  */
  6. /**
  7.  * Transstep generated by MyEclipse - Hibernate Tools
  8.  */
  9. public class Transstep extends AbstractTransstep implements java.io.Serializable {
  10.     // Constructors
  11.     /** default constructor */
  12.     public Transstep() {
  13.     }
  14.     
  15.     /** full constructor */
  16.     public Transstep(long rqid, long scurrentid, String uno, String sstatus, long sprestep, String snextuno, String scurrenttime, String snexttime, String sresult, String sdetail, String sname, String spath) {
  17.         super(rqid, scurrentid, uno, sstatus, sprestep, snextuno, scurrenttime, snexttime, sresult, sdetail, sname, spath);        
  18.     }    
  19.    
  20. }