chore: contact us module

This commit is contained in:
Matin
2025-02-04 14:05:37 +03:30
parent c12e0fb4d4
commit 5e9561b417
7 changed files with 34 additions and 64 deletions
@@ -0,0 +1,7 @@
import { Column, Entity } from "typeorm";
import { BaseEntity } from "../../../common/entities/base.entity";
@Entity()
export class Notification extends BaseEntity {
@Column({ type: "" })
}