提交 451866ca 编写于 作者: KK's avatar KK

ui service 基类调整

上级 f2e9ff97
......@@ -17,4 +17,18 @@ export default class EntityUIActionBase extends UIActionBase {
*/
public globaluiservice: GlobalUiService = new GlobalUiService();
/**
* 所依赖权限服务
*
* @memberof EntityUIActionBase
*/
public authService:any;
/**
* 当前UI服务对应的数据服务对象
*
* @memberof EntityUIActionBase
*/
public dataService:any;
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册