⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 transstep.java

📁 基于J2EE的办公自动化系统。实现流程定义流程办理等。运用了hibernate+struts+spring框架综合运用的系统。
💻 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);        
    }    
   
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -