feat: add payment module and factory

This commit is contained in:
mahyargdz
2025-02-03 15:41:53 +03:30
parent 8fb587f976
commit 31368610dd
48 changed files with 931 additions and 81 deletions
@@ -13,8 +13,8 @@ export class Ticket extends BaseEntity {
@Column({ type: "int", generated: "identity", insert: false })
numericId: number;
@Column({ type: "varchar", length: 150, nullable: false })
title: string;
// @Column({ type: "varchar", length: 150, nullable: false })
// title: string;
@Column({ type: "varchar", length: 150, nullable: false })
subject: string;