feat: ticket system base implementation

This commit is contained in:
2026-06-19 01:19:01 +05:30
parent a18fff4d6f
commit 8c3d19a429
19 changed files with 1400 additions and 27 deletions

View File

@@ -11,3 +11,4 @@ export * from './user.service';
export * from './client.service';
export * from './plan.service';
export * from './tenant.service';
export * from './ticket.service';