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

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

View File

@ -811,7 +811,8 @@ export class FulfillmentDTO {
tracking_id?: string;
@ApiProperty({ description: '物流单号', required: false })
tracking_number?: string;
@ApiProperty({ description: "物流产品代码" , required: false})
tracking_product_code?: string;
@ApiProperty({ description: '物流公司', required: false })
shipping_provider?: string;