This commit is contained in:
meusinfirmary
2025-03-25 01:35:08 +07:00
parent 39cd3fd54e
commit b1d4999896

View File

@ -136,7 +136,7 @@ export class RemitPartner {
nullable: false,
length: 64,
})
status: Status;
status: String;
@Column()
@CreateDateColumn()