refactor: guid fk tx

This commit is contained in:
手瓜一十雪
2024-09-18 11:19:29 +08:00
parent 5f73d6a913
commit cdda5f45ee
4 changed files with 18 additions and 55 deletions

View File

@@ -59,6 +59,8 @@ export interface QuickLoginResult {
}
export interface NodeIKernelLoginService {
getMachineGuid(): string;
get(): NodeIKernelLoginService;
connect(): boolean;