@@ -26,6 +26,8 @@ export interface EnterpriseDetail {
business_scenario?: string;
business_contracts?: string;
legal_rep_id_photo?: string;
+ /** 万里汇uid */
+ wanlihui_uid?: string;
}
// 身份类型选项
@@ -236,6 +236,11 @@ export interface EnterpriseOutSchema {
* 更新时间
*/
updated_time: string;
+
+ /**
+ * 万里汇uid
+ */
export interface EnterpriseListOutSchema extends EnterpriseOutSchema {