docs(order.entity): 更新total字段的ApiProperty描述 #62
|
|
@ -811,7 +811,8 @@ export class FulfillmentDTO {
|
||||||
tracking_id?: string;
|
tracking_id?: string;
|
||||||
@ApiProperty({ description: '物流单号', required: false })
|
@ApiProperty({ description: '物流单号', required: false })
|
||||||
tracking_number?: string;
|
tracking_number?: string;
|
||||||
|
@ApiProperty({ description: "物流产品代码" , required: false})
|
||||||
|
tracking_product_code?: string;
|
||||||
@ApiProperty({ description: '物流公司', required: false })
|
@ApiProperty({ description: '物流公司', required: false })
|
||||||
shipping_provider?: string;
|
shipping_provider?: string;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue