Add EmailTemplate model and CRUD UI in admin console

This commit is contained in:
Ken Yasue
2025-03-25 11:40:45 +01:00
parent 42f2a30610
commit 6b9e208214
13 changed files with 664 additions and 3 deletions

View File

@ -0,0 +1,5 @@
Please add model EmailTemplate and make CRUD UI in admin console.
ModelName: EmailTamplate
id, content, modifiedAt, createdAt
create branch features/emailtemplate first and commit changes in the end