zhengyiming
3 天以前 05d476515aa79704e980913b4e12cebb2246ed15
packages/services/apiV2/typings.d.ts
@@ -1231,6 +1231,8 @@
    Income = 11,
    /**转账 */
    Transfer = 20,
    /**分账 */
    ProfitSaring = 21,
  }
  enum EnumGetArrangeTaskUsersQueryApplyStatus {
@@ -6918,6 +6920,8 @@
  interface GetOpenStandardServicesQuery {
    /** 关键字(服务名/Id) */
    keywords?: string;
    /** 忽略Id */
    ignoreId?: string;
    /** 岗位编号 */
    jobCode?: string;
    /** 创建时间-起始 */
@@ -8232,6 +8236,10 @@
    supplierEnterpriseId?: string;
    /** 供应商 */
    supplierEnterpriseName?: string;
    /** 供应商联系人 */
    supplierEnterpriseContacts?: string;
    /** 供应商联系电话 */
    supplierEnterpriseContactPhoneNumber?: string;
    /** 服务人员 */
    serverNames?: string;
    /** 服务人员联系电话 */
@@ -8368,6 +8376,10 @@
    supplierEnterpriseId?: string;
    /** 供应商 */
    supplierEnterpriseName?: string;
    /** 供应商联系人 */
    supplierEnterpriseContacts?: string;
    /** 供应商联系电话 */
    supplierEnterpriseContactPhoneNumber?: string;
    /** 服务人员 */
    serverNames?: string;
    /** 服务人员联系电话 */
@@ -8527,6 +8539,8 @@
  interface GetStandardServicesQuery {
    /** 关键字(服务名/Id) */
    keywords?: string;
    /** 忽略Id */
    ignoreId?: string;
    /** 岗位编号 */
    jobCode?: string;
    /** 创建时间-起始 */
@@ -8655,6 +8669,8 @@
    id?: string;
    /** 验收完成时间 */
    checkReceiveTime?: string;
    /** 创建时间 */
    createdTime?: string;
    /** 附件 */
    files?: string[];
    /** 备注 */