📄 pprivilege.java
字号:
/* * Created Sat Aug 20 23:09:27 CST 2005 by MyEclipse Hibernate Tool. */package com.infosys.Hibernate;import java.io.Serializable;/** * A class that represents a row in the 'p_privilege' table. * This class may be customized as it is never re-generated * after being created. */public class PPrivilege extends AbstractPPrivilege implements Serializable{ /** * Simple constructor of PPrivilege instances. */ public PPrivilege() { } /** * Constructor of PPrivilege instances given a simple primary key. * @param prvid */ public PPrivilege(java.lang.String prvid) { super(prvid); } /* Add customized code below */}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -