📄 apprelationcore.java
字号:
package com.iplan.portal.framework.base;
/**
*
* The relation between modules.
* This means that you must call functions of other modules with this class
* you can use this class to call another modules's function
*
* <p>
* http://www.hao-se.cn
* </p>
*
* @author ws
*/
public class AppRelationCore {
//��Ÿ��ģ��存放各个模块facade的接口,模块直接互相的调用都需要通过它来实现
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -