?? 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 + -