📄 gesofttb1.java
字号:
/* * Created Tue Sep 05 09:57:14 CST 2006 by MyEclipse Hibernate Tool. */ package com.gesoft.hibernate.po;import java.io.Serializable;/** * A class that represents a row in the 'GESOFT_TB1' table. * This class may be customized as it is never re-generated * after being created. */public class GesoftTb1 extends AbstractGesoftTb1 implements Serializable{ /** * Simple constructor of GesoftTb1 instances. */ public GesoftTb1() { } /** * Constructor of GesoftTb1 instances given a simple primary key. * @param no */ public GesoftTb1(java.lang.Long no) { super(no); } /* Add customized code below */}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -