📄 querygroupconfig.java
字号:
/*
* Created on 2004-4-1
*
*/
package com.esimple.service.query.config;
import java.util.*;
/**
* @author steven
*
*/
public class QueryGroupConfig extends Config{
private ArrayList catalogList= new ArrayList();
public void setCatalogList(ArrayList catalogList){
this.catalogList = catalogList;
}
public ArrayList getCatalogList(){
return this.catalogList;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -