update asset

This commit is contained in:
fro1991
2025-03-25 10:03:09 +09:00
parent 05c806e471
commit e24060a5a2

View File

@ -44,7 +44,7 @@ export class AssetPurchase {
discount: number;
@Column({ type: 'int2', nullable: true })
@Column({ type: 'float8', nullable: true })
tax_percent: number;
@Column({ type: 'float8', nullable: true })