chiefreportaddition.java
来自「使用spring ,hibernate 框架的稽查管理系统」· Java 代码 · 共 48 行
JAVA
48 行
package com.je.ims.hibernate;
/**
* ChiefReportAddition generated by MyEclipse - Hibernate Tools
*/
public class ChiefReportAddition implements java.io.Serializable {
// Fields
private ChiefReportAdditionId id;
// Constructors
/** default constructor */
public ChiefReportAddition() {
}
/** full constructor */
public ChiefReportAddition(ChiefReportAdditionId id) {
this.id = id;
}
// Property accessors
public ChiefReportAdditionId getId() {
return this.id;
}
public void setId(ChiefReportAdditionId id) {
this.id = id;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?