#Job admin

- Tampilan user done
- Tampilan admin done
git commit -m
This commit is contained in:
2024-02-28 16:22:45 +08:00
parent fb7e89fb44
commit 83d2b0a1c4
114 changed files with 3572 additions and 375 deletions

View File

@@ -12,3 +12,12 @@ export interface MODEL_DEFAULT_MASTER {
name: string,
active: boolean,
}
export interface MODEL_NEW_DEFAULT_MASTER {
id: string,
name: string,
active: boolean,
createdAt: Date;
updatedAt: Date;
}