upd
This commit is contained in:
@ -19,7 +19,7 @@ export class ProcurementPaymentRequest {
|
||||
@Column({ type: "varchar", length: 50, unique: true })
|
||||
code: string; // PRC Code Automaticaly
|
||||
|
||||
@Column({ type: "varchar", length: 50, unique: true })
|
||||
@Column({ type: "varchar", length: 50, nullable: true })
|
||||
prc_number: string; // Payment Request Number (2025-0177)
|
||||
|
||||
@Column({ type: "date" })
|
||||
|
||||
Reference in New Issue
Block a user