dtpropertiesid.java

来自「这是我自己做的一个选课系统」· Java 代码 · 共 21 行

JAVA
21
字号
package org.hibernate.beans;

/**
 * DtpropertiesId entity. @author MyEclipse Persistence Tools
 */
public class DtpropertiesId extends AbstractDtpropertiesId implements
		java.io.Serializable {

	// Constructors

	/** default constructor */
	public DtpropertiesId() {
	}

	/** full constructor */
	public DtpropertiesId(Integer id, String property) {
		super(id, property);
	}

}

⌨️ 快捷键说明

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