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

工具类服务结构调整

上级 db08dd01
...@@ -7,7 +7,7 @@ TARGET=PSSYSAPP ...@@ -7,7 +7,7 @@ TARGET=PSSYSAPP
* @export * @export
* @class UtilServiceRegister * @class UtilServiceRegister
*/ */
export class UtilServiceRegister { export class UtilServiceConstructor {
/** /**
* 所有功能服务Map * 所有功能服务Map
...@@ -84,4 +84,4 @@ export class UtilServiceRegister { ...@@ -84,4 +84,4 @@ export class UtilServiceRegister {
} }
} }
export const utilServiceRegister: UtilServiceRegister = new UtilServiceRegister(); export const utilServiceConstructor: UtilServiceConstructor = new UtilServiceConstructor();
\ No newline at end of file \ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册