?? sms.java
字號:
/* * Created Tue Aug 28 18:29:29 CST 2007 by MyEclipse Hibernate Tool. */ package com.demo.hibernate.beans;import java.io.Serializable;/** * A class that represents a row in the 'sms' table. * This class may be customized as it is never re-generated * after being created. */public class Sms extends AbstractSms implements Serializable{ /** * */ private static final long serialVersionUID = -3116317566760985263L; /** * Simple constructor of Sms instances. */ public Sms() { } /** * Constructor of Sms instances given a simple primary key. * @param id */ public Sms(java.lang.Integer id) { super(id); } /* Add customized code below */}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -