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

📄 tdoctype.java

📁 基于hibernate + struts框架 采用mssql数据库,因容量原因,把lib删去了. 由于这是我第一个作品,有很多地方需要改进. 希望大家多提意见. qq: 258268936
💻 JAVA
字号:
/* * Created Thu Nov 09 17:03:31 CST 2006 by MyEclipse Hibernate Tool. */ package com.hdlb.hibernate;import java.io.Serializable;/** * A class that represents a row in the 't_doctype' table.  * This class may be customized as it is never re-generated  * after being created. */public class TDoctype    extends AbstractTDoctype    implements Serializable{    /**     * Simple constructor of TDoctype instances.     */    public TDoctype()    {    }    /**     * Constructor of TDoctype instances given a simple primary key.     * @param fid     */    public TDoctype(java.lang.Integer fid)    {        super(fid);    }    /* Add customized code below */}

⌨️ 快捷键说明

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