690328:1703 Fixing Refactor uuid by Kimi #11
CI / CD Pipeline / build (push) Successful in 8m10s
CI / CD Pipeline / deploy (push) Successful in 4m26s

This commit is contained in:
2026-03-28 17:03:12 +07:00
parent 57a3ed2d37
commit 7a9a15560b
15 changed files with 82 additions and 54 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
export interface Role {
roleId: number;
publicId?: string; // ADR-019: public identifier
roleId?: number; // Internal INT
roleName: string;
description: string;
}