📄 upfile.java
字号:
/*
* Created Thu Aug 23 15:30:25 CST 2007 by MyEclipse Hibernate Tool.
*/
package com.oa.hibernate.beans;
import java.io.Serializable;
/**
* A class that represents a row in the 'address' table.
* This class may be customized as it is never re-generated
* after being created.
*/
public class Upfile extends AbstractUpfile implements Serializable
{
/**
*
*/
private static final long serialVersionUID = -884436909205017326L;
/**
* Simple constructor of Address instances.
*/
public Upfile()
{
}
/**
* Constructor of Address instances given a simple primary key.
* @param id
*/
public Upfile(java.lang.Integer id)
{
super(id);
}
/* Add customized code below */
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -