zksu
/
API
forked from yoone/API
1
0
Fork 0

docs(order.entity): 更新total字段的ApiProperty描述

This commit is contained in:
tikkhun 2026-01-23 17:32:51 +08:00
parent e8424afd91
commit efbd318917
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ export class Order {
@Expose()
cart_tax: number;
@ApiProperty()
@ApiProperty({ type: "总金额"})
@Column('decimal', { precision: 10, scale: 2, default: 0 })
@Expose()
total: number;