📄 constant_code_ref.java
字号:
package com.tairun.component.popedom.model;
/**
* Created by IntelliJ IDEA.
* User: Administrator
* Date: 2005-12-7
* Time: 15:57:04
* To change this template use File | Settings | File Templates.
*/
public class Constant_code_ref {
private String indexID;
private String father_ID;
private String codeshow;
public String getIndexID() {
return indexID;
}
public void setIndexID(String indexID) {
this.indexID = indexID;
}
public String getFather_ID() {
return father_ID;
}
public void setFather_ID(String father_ID) {
this.father_ID = father_ID;
}
public String getCodeshow() {
return codeshow;
}
public void setCodeshow(String codeshow) {
this.codeshow = codeshow;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -