zhangwei
2025-08-28 06e4c8c1bad514992186d94a65c0dc6250e34716
src/views/newregister/utils/types.ts
@@ -4,7 +4,7 @@
  /** 主键Id */
  id?: number | null;
  /** 企业类型(不可空) */
  enterpriseType: string;
  enterpriseType: [];
  /** 主体角色代码(不可空,原字段TransactionCode) */
  exRoleCode: string;
  /** 交易主体代码(同角色代码,不可空) */
@@ -50,6 +50,7 @@
  /** 电话号码校验码(不可空) */
  phoneVCode: string;
  bankAccountIMG: string;
  account?: string;
}
interface RoleInfo {
  /** 角色编码 */