feat: update appraisal return address and test packaging assets

This commit is contained in:
wushumin
2026-06-15 20:08:36 +08:00
parent fa267c4413
commit 9be60fbe17
23 changed files with 1806 additions and 393 deletions

View File

@@ -174,6 +174,7 @@ export interface AdminOrderListItem {
id: number;
order_no: string;
appraisal_no: string;
external_order_no?: string;
product_name: string;
category_name: string;
brand_name: string;
@@ -197,6 +198,7 @@ export interface AdminOrderDetail {
id: number;
order_no: string;
appraisal_no: string;
external_order_no?: string;
service_provider: string;
service_provider_text: string;
price_package_name: string;