This commit is contained in:
fro1991
2025-06-15 03:33:03 +09:00
parent 04349b453e
commit 3ba3c8a19d

View File

@ -24,6 +24,13 @@ export class BrilinkMerchantSettlement {
}) })
amount: number; amount: number;
@Column({
type: 'float8',
nullable: false,
default: 0
})
discount: number;
@Column({ @Column({
type: 'float8', type: 'float8',
nullable: false, nullable: false,