zhengyiming
3 天以前 6c73b1255b612071d017ab4ebdad86a9ef9f880a
packages/services/apiV2/typings.d.ts
@@ -55,13 +55,6 @@
    payAmount?: number;
  }
  interface AddStandardOrderCommandResult {
    /** Id */
    id?: string;
    /** 支付地址 */
    payUrl?: string;
  }
  interface AgainSureTaskSettlementOrderRosterCommand {
    /** 名单Id */
    id?: string;
@@ -778,6 +771,12 @@
    ids: string[];
  }
  interface DisabledEnterpriseCommand {
    ids?: string[];
    /** 是否已禁用 */
    isDisabled?: boolean;
  }
  interface EditEnterpriseEmployeeCommand {
    /** Id */
    id?: string;
@@ -1878,24 +1877,6 @@
    settlementTimeEnd?: string;
  }
  interface FriendlyResultAddStandardOrderCommandResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: AddStandardOrderCommandResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultBatchEnterpriseSignContractCommandResult {
    /** 跟踪Id */
    traceId?: string;
@@ -5941,6 +5922,10 @@
    /** 是否已配置 */
    isConfigured?: boolean;
    type?: EnumEnterpriseType;
    /** 创建时间-起始 */
    createdTimeBegin?: string;
    /** 创建时间-截止 */
    createdTimeEnd?: string;
    pageModel?: PagedListQueryPageModel;
  }
@@ -5956,10 +5941,18 @@
    societyCreditCode?: string;
    /** 是否实名 */
    isReal?: boolean;
    /** 是否禁用 */
    isDisabled?: boolean;
    /** 联系人 */
    contacts?: string;
    /** 联系电话 */
    contactPhoneNumber?: string;
    /** 用户Id */
    userId?: string;
    /** 用户名 */
    userName?: string;
    /** 手机号 */
    userPhoneNumber?: string;
    /** 所在省份 */
    provinceContent?: string;
    /** 所在城市 */
@@ -5973,6 +5966,8 @@
    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
    /** 服务费 */
    serviceFeeRate?: number;
    /** 创建时间 */
    createdTime?: string;
  }
  interface GetEnterpriseWalletAccessSelectQueryOption {
@@ -9101,6 +9096,8 @@
  }
  interface HistoryQueryResultItem {
    /** Id */
    id?: string;
    /** 跟踪Id */
    traceId?: string;
    /** 操作人 */