feat(dto): 在 FulfillmentDTO 中添加物流产品代码字段
This commit is contained in:
parent
16d27179e7
commit
c26918d4db
|
|
@ -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