📄 tbbringupontent.java
字号:
package com.mwq.hibernate.mapping;
public class TbBringUpOntent implements java.io.Serializable {
// Fields
private Integer id;
private TbBringUpContent tbBringUpContent;
private TbRecord tbRecord;
// Constructors
public TbBringUpOntent() {
}
// Property accessors
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public TbBringUpContent getTbBringUpContent() {
return this.tbBringUpContent;
}
public void setTbBringUpContent(TbBringUpContent tbBringUpContent) {
this.tbBringUpContent = tbBringUpContent;
}
public TbRecord getTbRecord() {
return this.tbRecord;
}
public void setTbRecord(TbRecord tbRecord) {
this.tbRecord = tbRecord;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -