wupengfei
2025-09-29 6b8101d9e2d6ca9d449a4087fbf065c6c31eec98
src/services/api/typings.d.ts
@@ -2263,6 +2263,24 @@
    timestamp?: number;
  }
  interface FriendlyResultIActionResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: IActionResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultImportEnterpriseEmployeesCommandResult {
    /** 跟踪Id */
    traceId?: string;
@@ -5540,6 +5558,8 @@
    workExperience?: string;
  }
  type IActionResult = Record<string, any>;
  interface ImportEnterpriseEmployeesCommand {
    /** Excel地址 */
    excelUrl?: string;
@@ -6427,8 +6447,6 @@
    ids?: string[];
    status?: EnumUserStatus;
  }
  type SmsChengLiYeNotifyCommand = Record<string, any>;
  interface SmsLoginCommand {
    /** 手机号码 */