完善备注信息
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user