zhengyiming
2 天以前 05d476515aa79704e980913b4e12cebb2246ed15
packages/services/apiV2/typings.d.ts
@@ -6920,6 +6920,8 @@
  interface GetOpenStandardServicesQuery {
    /** 关键字(服务名/Id) */
    keywords?: string;
    /** 忽略Id */
    ignoreId?: string;
    /** 岗位编号 */
    jobCode?: string;
    /** 创建时间-起始 */
@@ -8234,6 +8236,10 @@
    supplierEnterpriseId?: string;
    /** 供应商 */
    supplierEnterpriseName?: string;
    /** 供应商联系人 */
    supplierEnterpriseContacts?: string;
    /** 供应商联系电话 */
    supplierEnterpriseContactPhoneNumber?: string;
    /** 服务人员 */
    serverNames?: string;
    /** 服务人员联系电话 */
@@ -8370,6 +8376,10 @@
    supplierEnterpriseId?: string;
    /** 供应商 */
    supplierEnterpriseName?: string;
    /** 供应商联系人 */
    supplierEnterpriseContacts?: string;
    /** 供应商联系电话 */
    supplierEnterpriseContactPhoneNumber?: string;
    /** 服务人员 */
    serverNames?: string;
    /** 服务人员联系电话 */
@@ -8529,6 +8539,8 @@
  interface GetStandardServicesQuery {
    /** 关键字(服务名/Id) */
    keywords?: string;
    /** 忽略Id */
    ignoreId?: string;
    /** 岗位编号 */
    jobCode?: string;
    /** 创建时间-起始 */