完善体检客户报告邮寄地址功能

This commit is contained in:
xianyi
2025-12-25 11:40:34 +08:00
parent 842946d08e
commit fa6003e47b
2 changed files with 18 additions and 0 deletions

View File

@@ -873,6 +873,12 @@ export interface OutputReportSendInfo {
address_contact?: string | null;
/** 联系电话 */
address_mobile?: string | null;
/** 省份名称 */
province_name?: string | null;
/** 城市名称 */
city_name?: string | null;
/** 区县名称 */
country_name?: string | null;
/** 寄送地址 */
address_content?: string | null;
}