This commit is contained in:
2025-07-27 18:12:57 +07:00
parent 74be93b281
commit a57d09e734

View File

@ -23,24 +23,6 @@ export class RemitPartnerDocument {
})
file: string;
@Column({
nullable: true,
length: 256,
})
number: string;
@Column({
nullable: true,
length: 256,
})
remarks: string;
@Column({
nullable: true,
length: 256,
})
label: string;
@Column()
@CreateDateColumn()
created_at: Date;