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

文件名称修改

上级 e08efb29
...@@ -6,15 +6,15 @@ import { ServiceConstructorBase } from '@/ibiz-core/service/service-constructor- ...@@ -6,15 +6,15 @@ import { ServiceConstructorBase } from '@/ibiz-core/service/service-constructor-
* 实体权限服务注册中心 * 实体权限服务注册中心
* *
* @export * @export
* @class AuthServiceRegister * @class AuthServiceConstructor
*/ */
export class AuthServiceRegister extends ServiceConstructorBase { export class AuthServiceConstructor extends ServiceConstructorBase {
/** /**
* 初始化 * 初始化
* *
* @protected * @protected
* @memberof AuthServiceRegister * @memberof AuthServiceConstructor
*/ */
protected init(): void { protected init(): void {
<#if app.getAllPSAppDataEntities()??> <#if app.getAllPSAppDataEntities()??>
...@@ -26,4 +26,4 @@ export class AuthServiceRegister extends ServiceConstructorBase { ...@@ -26,4 +26,4 @@ export class AuthServiceRegister extends ServiceConstructorBase {
} }
export const authServiceRegister: AuthServiceRegister = new AuthServiceRegister(); export const authServiceConstructor: AuthServiceConstructor = new AuthServiceConstructor();
\ No newline at end of file \ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册