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

Open
zksu wants to merge 5 commits from zksu/API:main into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit efbd318917 - Show all commits

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;