This commit is contained in:
avicenan
2026-05-07 10:18:00 +07:00
parent a70a516720
commit 86d6676a90

View File

@ -116,7 +116,7 @@ export class CashierItem {
category: string; category: string;
@Column({ nullable: true, length: 256 }) @Column({ nullable: true, length: 256 })
refKey: string; ref_id: string;
@Column() @Column()
@CreateDateColumn() @CreateDateColumn()