规范命名

This commit is contained in:
cool 2024-04-09 14:31:48 +08:00
parent 7708f9f5aa
commit dbfc50c49a

View File

@ -6,7 +6,7 @@ import { CoolEvent, Event } from '@cool-midway/core';
* *
*/ */
@CoolEvent() @CoolEvent()
export class AppEvent { export class TaskAppEvent {
@Inject() @Inject()
taskInfoService: TaskInfoService; taskInfoService: TaskInfoService;