pgroupprv.java

来自「本系统是基于Struts+Hibernate开发的一套后台管理系统」· Java 代码 · 共 36 行

JAVA
36
字号
/* * Created Sat Aug 20 23:09:26 CST 2005 by MyEclipse Hibernate Tool. */package com.infosys.Hibernate;import java.io.Serializable;/** * A class that represents a row in the 'p_group_prv' table.  * This class may be customized as it is never re-generated  * after being created. */public class PGroupPrv    extends AbstractPGroupPrv    implements Serializable{    /**     * Simple constructor of PGroupPrv instances.     */    public PGroupPrv()    {    }    /**     * Constructor of PGroupPrv instances given a composite primary key.     * @param id     */    public PGroupPrv(PGroupPrvKey id)    {        super(id);    }    /* Add customized code below */}

⌨️ 快捷键说明

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