Transstep.java
资源名称:(J2EE)oa.rar [点击查看]
上传用户:lm2018
上传日期:2015-12-12
资源大小:30449k
文件大小:1k
源码类别:
Jsp/Servlet
开发平台:
Java
- package com.oa.module.affair.affair;
- // Generated by MyEclipse - Hibernate Tools
- /**
- * 事务类别类
- */
- /**
- * Transstep generated by MyEclipse - Hibernate Tools
- */
- public class Transstep extends AbstractTransstep implements java.io.Serializable {
- // Constructors
- /** default constructor */
- public Transstep() {
- }
- /** full constructor */
- 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) {
- super(rqid, scurrentid, uno, sstatus, sprestep, snextuno, scurrenttime, snexttime, sresult, sdetail, sname, spath);
- }
- }