feat: add demo for mark and user org model

This commit is contained in:
2025-03-02 21:21:25 +08:00
parent 65ee66d6b4
commit ed4379b589
7 changed files with 838 additions and 145 deletions

View File

@@ -1,3 +1,13 @@
{
port: 3000,
postgres: {
username: 'postgres',
host: 'localhost',
database: 'postgres',
password: 'postgres',
port: 5432,
},
tableName: {
table: 'name',
}
}