完善备注信息

This commit is contained in:
xianyi
2025-12-25 14:36:54 +08:00
parent 52cec7f3e3
commit 6b9c55c50e
2 changed files with 11 additions and 0 deletions

View File

@@ -881,6 +881,8 @@ export interface OutputReportSendInfo {
country_name?: string | null;
/** 寄送地址 */
address_content?: string | null;
/** 备注 */
address_remark?: string | null;
}
/**
@@ -906,6 +908,8 @@ export interface InputExpressContact {
country_name: string;
/** 寄送详细地址 */
address_content: string;
/** 备注 */
address_remark: string;
}
/**