From e75076815db5ab6870353d0760b962b671e7c56f Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 23 十二月 2025 17:50:28 +0800
Subject: [PATCH] fix: 甲方小程序
---
packages/services/apiV2/typings.d.ts | 1137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 1,105 insertions(+), 32 deletions(-)
diff --git a/packages/services/apiV2/typings.d.ts b/packages/services/apiV2/typings.d.ts
index 52ef04b..96734e1 100644
--- a/packages/services/apiV2/typings.d.ts
+++ b/packages/services/apiV2/typings.d.ts
@@ -25,6 +25,43 @@
contractEnd?: string;
}
+ interface AddStandardOrderCommand {
+ /** 鏈嶅姟Id */
+ serviceId?: string;
+ /** 鏈嶅姟鍚� */
+ serviceName?: string;
+ /** 瑙勬牸 */
+ specId?: string;
+ /** 瑙勬牸鍚嶇О */
+ specName?: string;
+ /** 瑙勬牸浠锋牸 */
+ specPrice?: number;
+ /** 瑙勬牸鏁伴噺 */
+ specNumber?: number;
+ /** 鍦板潃Id */
+ addressId?: string;
+ /** 鏈嶅姟璧峰鏃堕棿 */
+ beginTime?: string;
+ /** 鏈嶅姟鎴鏃堕棿 */
+ endTime?: string;
+ /** 渚涘簲鍟咺d */
+ supplierEnterpriseId?: string;
+ /** 鏈嶅姟浜哄憳Id */
+ enterpriseEmployeeIds?: string[];
+ /** 澶囨敞 */
+ remark?: string;
+ payAccess?: EnumUserBankCardAccess;
+ /** 瀹炰粯閲戦 */
+ payAmount?: number;
+ }
+
+ interface AddStandardOrderCommandResult {
+ /** Id */
+ id?: string;
+ /** 鏀粯鍦板潃 */
+ payUrl?: string;
+ }
+
interface AgainSureTaskSettlementOrderRosterCommand {
/** 鍚嶅崟Id */
id?: string;
@@ -35,6 +72,11 @@
request?: CheckHealthQuery;
}
+ interface APIgetAdvertisementParams {
+ /** Id */
+ id?: string;
+ }
+
interface APIgetAliyunOSSAcsParams {
/** 鑾峰彇闃块噷浜慜SS鎺堟潈淇℃伅 */
request?: GetAliyunOSSAcsQuery;
@@ -123,6 +165,11 @@
all?: boolean;
}
+ interface APIgetEnterpriseAddressParams {
+ /** Id */
+ id?: string;
+ }
+
interface APIgetEnterpriseContractTemplateSelectParams {
/** 浼佷笟Id */
enterpriseId?: string;
@@ -312,6 +359,16 @@
operatorToken?: string;
}
+ interface APIgetShowAdvertisementsParams {
+ /** 椤甸潰 */
+ page?: EnumAdvertisementPage;
+ }
+
+ interface APIgetStandardOrderParams {
+ /** 璁㈠崟Id */
+ id?: string;
+ }
+
interface APIgetStandardServiceParams {
/** Id */
id?: string;
@@ -596,6 +653,13 @@
insuranceSupplierId?: string;
}
+ interface CancelStandardOrderAppointmentCommand {
+ /** 璁㈠崟Id */
+ id?: string;
+ /** 鍙栨秷鍘熷洜 */
+ appointmentCancelReason?: string;
+ }
+
interface ChangePhoneNumberCommand {
/** 鎵嬫満鍙风爜 */
phoneNumber: string;
@@ -650,6 +714,8 @@
checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
}
+ type ChooseWxmpPhoneNumberCommand = Record<string, any>;
+
type ClearTaskCollectCommand = Record<string, any>;
interface CloseEnterpriseWalletCommand {
@@ -658,6 +724,13 @@
access?: EnumEnterpriseWalletAccess;
}
+ interface CollectionStandardServiceCommand {
+ /** Id */
+ ids?: string[];
+ /** 鏄惁鏀惰棌 */
+ isCollect?: boolean;
+ }
+
interface CollectTaskCommand {
/** 浠诲姟Id */
ids?: string[];
@@ -681,6 +754,10 @@
ids: string[];
}
+ interface DeleteEnterpriseAddressCommand {
+ ids: string[];
+ }
+
interface DeleteMenuCommand {
ids: string[];
}
@@ -818,6 +895,18 @@
enterpriseId?: string;
}
+ enum EnumAdvertisementPage {
+ /**鐢叉柟灏忕▼搴忛椤� */
+ PartAWxmpHome = 10,
+ }
+
+ enum EnumAdvertisementStatus {
+ /**灞曠ず涓� */
+ InProcess = 20,
+ /**宸蹭笅鏋� */
+ Stopped = 100,
+ }
+
enum EnumBillingMethod {
/**鎸夋湀 */
Month = 10,
@@ -963,6 +1052,8 @@
Identity3 = 10,
/**浼佷笟鍥涜绱� */
Identity4 = 20,
+ /**瀹㈡埛鑷璇� */
+ Customer = 30,
}
enum EnumEnterpriseType {
@@ -1193,6 +1284,8 @@
BestSign = 10,
/**鏀粯瀹濅俊浠荤 */
AlipaySign = 20,
+ /**瀹㈡埛鑷璇� */
+ Customer = 30,
}
enum EnumResourceController {
@@ -1200,68 +1293,72 @@
FlexJobServerDictionary = 0,
/**鏍囧噯璁㈠崟鏈嶅姟 */
FlexJobServerStandardService = 1,
+ /**鏍囧噯璁㈠崟 */
+ FlexJobServerStandardOrder = 2,
/**浠诲姟 */
- FlexJobServerTask = 2,
+ FlexJobServerTask = 3,
/**浠诲姟浜哄憳 */
- FlexJobServerTaskUser = 3,
+ FlexJobServerTaskUser = 4,
/**浠诲姟楠屾敹 */
- FlexJobServerTaskCheckReceive = 4,
+ FlexJobServerTaskCheckReceive = 5,
/**鎶曚繚浜у搧 */
- FlexJobServerInsuranceProduct = 5,
+ FlexJobServerInsuranceProduct = 6,
/**浼佷笟鎶曚繚浜у搧 */
- FlexJobServerEnterpriseInsuranceProduct = 6,
+ FlexJobServerEnterpriseInsuranceProduct = 7,
+ /**骞垮憡 */
+ CommonServerAdvertisement = 8,
/**缂栧彿鍦板潃 */
- CommonServerCodeUrls = 7,
+ CommonServerCodeUrls = 9,
/**鏂囦欢 */
- CommonServerFileUtils = 8,
+ CommonServerFileUtils = 10,
/**浜嬩欢 */
- CommonServerEventUtils = 9,
+ CommonServerEventUtils = 11,
/**鏂囧瓧璇嗗埆 */
- CommonServerOcrUtils = 10,
+ CommonServerOcrUtils = 12,
/**鏃ュ織璁板綍 */
- CommonServerLogRecords = 11,
+ CommonServerLogRecords = 13,
/**鍚屾鏁版嵁搴� */
- CommonServerSyncDatabase = 12,
+ CommonServerSyncDatabase = 14,
/**鐭俊宸ュ叿 */
- CommonServerSmsUtils = 13,
+ CommonServerSmsUtils = 15,
/**閰嶇疆 */
- CommonServerSettings = 14,
+ CommonServerSettings = 16,
/**宸茶 */
- CommonServerReadRecord = 15,
+ CommonServerReadRecord = 17,
/**寰俊灏忕▼搴� */
- CommonServerWxmp = 16,
+ CommonServerWxmp = 18,
/**鐢ㄦ埛璁よ瘉 */
- UserServerAuth = 17,
+ UserServerAuth = 19,
/**鐢ㄦ埛鑿滃崟 */
- UserServerMenu = 18,
+ UserServerMenu = 20,
/**鐢ㄦ埛璧勬簮 */
- UserServerResource = 19,
+ UserServerResource = 21,
/**鐢ㄦ埛瑙掕壊 */
- UserServerRole = 20,
+ UserServerRole = 22,
/**鐢ㄦ埛淇℃伅 */
- UserServerUser = 21,
+ UserServerUser = 23,
/**鐢ㄦ埛閽卞寘 */
- UserServerUserWallet = 22,
+ UserServerUserWallet = 24,
/**鐢靛瓙绛� */
- UserServerElectronSign = 23,
+ UserServerElectronSign = 25,
/**鐢ㄦ埛绠�鍘� */
- UserServerUserResume = 24,
+ UserServerUserResume = 26,
/**浼佷笟淇℃伅 */
- UserServerEnterprise = 25,
+ UserServerEnterprise = 27,
/**浼佷笟閽卞寘 */
- UserServerEnterpriseWallet = 26,
+ UserServerEnterpriseWallet = 28,
/**浼佷笟鍚堜綔閽卞寘 */
- UserServerEnterpriseCooperationWallet = 27,
+ UserServerEnterpriseCooperationWallet = 29,
/**鐏靛伐淇℃伅 */
- UserServerEnterpriseEmployee = 28,
+ UserServerEnterpriseEmployee = 30,
/**鐢靛瓙绛� */
- ElectronSignServerElectronSign = 29,
+ ElectronSignServerElectronSign = 31,
/**鐭俊 */
- ToolServerSms = 30,
+ ToolServerSms = 32,
/**灏忕▼搴� */
- ToolServerWxmp = 31,
+ ToolServerWxmp = 33,
/**淇濋櫓 */
- WaterDropCloudServerInsurance = 32,
+ WaterDropCloudServerInsurance = 34,
}
enum EnumResourceMethod {
@@ -1321,6 +1418,40 @@
Fail = 30,
}
+ enum EnumStandardOrderAppointmentStatus {
+ /**寰呯‘璁� */
+ WaitSure = 10,
+ /**寰呮湇鍔� */
+ WaitServe = 20,
+ /**宸插畬鎴� */
+ Completed = 30,
+ /**宸插彇娑� */
+ Cancelled = 40,
+ }
+
+ enum EnumStandardOrderPayStatus {
+ /**寰呮敮浠� */
+ Wait = 10,
+ /**宸叉敮浠� */
+ Completed = 20,
+ /**宸插彇娑� */
+ Cancelled = 30,
+ }
+
+ enum EnumStandardOrderSettlementStatus {
+ /**寰呯粨绠� */
+ Wait = 10,
+ /**宸插畬鎴� */
+ Completed = 20,
+ }
+
+ enum EnumStandardServiceRecommendStatus {
+ /**鏈帹鑽� */
+ No = 10,
+ /**宸叉帹鑽� */
+ Yes = 20,
+ }
+
enum EnumStandardServiceReleaseStatus {
/**鍙戝竷涓� */
InProcess = 20,
@@ -1747,6 +1878,24 @@
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;
@@ -1875,6 +2024,42 @@
timestamp?: number;
}
+ interface FriendlyResultGetAdvertisementQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetAdvertisementQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
+ interface FriendlyResultGetAdvertisementsQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetAdvertisementsQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
interface FriendlyResultGetAliyunOSSAcsQueryResult {
/** 璺熻釜Id */
traceId?: string;
@@ -2181,6 +2366,42 @@
timestamp?: number;
}
+ interface FriendlyResultGetEnterpriseAddressesQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetEnterpriseAddressesQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
+ interface FriendlyResultGetEnterpriseAddressQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetEnterpriseAddressQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
interface FriendlyResultGetEnterpriseContractTemplateLogsQueryResult {
/** 璺熻釜Id */
traceId?: string;
@@ -3027,6 +3248,150 @@
timestamp?: number;
}
+ interface FriendlyResultGetStandardOrderAppointmentsQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetStandardOrderAppointmentsQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
+ interface FriendlyResultGetStandardOrderPaysQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetStandardOrderPaysQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
+ interface FriendlyResultGetStandardOrderQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetStandardOrderQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
+ interface FriendlyResultGetStandardOrderServersQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetStandardOrderServersQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
+ interface FriendlyResultGetStandardOrderSettlementsQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetStandardOrderSettlementsQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
+ interface FriendlyResultGetStandardOrdersQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetStandardOrdersQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
+ interface FriendlyResultGetStandardOrderSupplierEnterprisesQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetStandardOrderSupplierEnterprisesQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
+ interface FriendlyResultGetStandardServiceCommentsQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: GetStandardServiceCommentsQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
interface FriendlyResultGetStandardServiceQueryResult {
/** 璺熻釜Id */
traceId?: string;
@@ -3388,6 +3753,24 @@
timestamp?: number;
}
+ interface FriendlyResultHistoryQueryResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: HistoryQueryResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
interface FriendlyResultImportEnterpriseEmployeesCommandResult {
/** 璺熻釜Id */
traceId?: string;
@@ -3614,6 +3997,25 @@
timestamp?: number;
}
+ interface FriendlyResultListGetShowAdvertisementsQueryResultItem {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ /** 鏁版嵁 */
+ data?: GetShowAdvertisementsQueryResultItem[];
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
interface FriendlyResultListGetUserInfoRolesQueryResultItem {
/** 璺熻釜Id */
traceId?: string;
@@ -3966,6 +4368,24 @@
timestamp?: number;
}
+ interface FriendlyResultPayStandardOrderCommandResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: PayStandardOrderCommandResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
interface FriendlyResultPersonalUserElectronSignCommandResult {
/** 璺熻釜Id */
traceId?: string;
@@ -4093,6 +4513,68 @@
timestamp?: number;
}
+ interface GetAdvertisementLogsQuery {
+ /** Id */
+ id?: string;
+ pageModel?: PagedListQueryPageModel;
+ }
+
+ interface GetAdvertisementQueryResult {
+ /** Id */
+ id?: string;
+ page?: EnumAdvertisementPage;
+ /** 骞垮憡鍚嶇О */
+ name?: string;
+ /** 寮�濮嬫椂闂� */
+ beginTime?: string;
+ /** 缁撴潫鏃堕棿 */
+ endTime?: string;
+ /** 骞垮憡鍥剧墖 */
+ file?: string;
+ /** 骞垮憡閾炬帴 */
+ url?: string;
+ status?: EnumAdvertisementStatus;
+ /** 鎺掑簭 */
+ sort?: number;
+ }
+
+ interface GetAdvertisementsQuery {
+ /** 鍏抽敭瀛楋紙骞垮憡鍚嶇О锛� */
+ keywords?: string;
+ /** 骞垮憡寮�濮嬫椂闂� */
+ beginTime?: string;
+ /** 骞垮憡缁撴潫鏃堕棿 */
+ endTime?: string;
+ page?: EnumAdvertisementPage;
+ status?: EnumAdvertisementStatus;
+ pageModel?: PagedListQueryPageModel;
+ }
+
+ interface GetAdvertisementsQueryResult {
+ pageModel?: PagedListQueryResultPageModel;
+ /** 鏁版嵁 */
+ data?: GetAdvertisementsQueryResultItem[];
+ }
+
+ interface GetAdvertisementsQueryResultItem {
+ /** Id */
+ id?: string;
+ page?: EnumAdvertisementPage;
+ /** 骞垮憡鍚嶇О */
+ name?: string;
+ /** 寮�濮嬫椂闂� */
+ beginTime?: string;
+ /** 缁撴潫鏃堕棿 */
+ endTime?: string;
+ /** 骞垮憡鍥剧墖 */
+ file?: string;
+ /** 骞垮憡閾炬帴 */
+ url?: string;
+ status?: EnumAdvertisementStatus;
+ /** 鎺掑簭 */
+ sort?: number;
+ }
+
type GetAlipayNotifyCommand = Record<string, any>;
type GetAliyunOSSAcsQuery = Record<string, any>;
@@ -4576,6 +5058,10 @@
checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
/** 鏄惁鍐呴儴浠诲姟 */
isInternal?: boolean;
+ /** 鑱旂郴浜� */
+ contacts?: string;
+ /** 鑱旂郴鐢佃瘽 */
+ contactPhoneNumber?: string;
}
interface GetCodeUrlQueryResult {
@@ -5005,6 +5491,60 @@
mergeSignCost?: number;
}
+ interface GetEnterpriseAddressesQuery {
+ pageModel?: PagedListQueryPageModel;
+ }
+
+ interface GetEnterpriseAddressesQueryResult {
+ pageModel?: PagedListQueryResultPageModel;
+ /** 鏁版嵁 */
+ data?: GetEnterpriseAddressesQueryResultItem[];
+ }
+
+ interface GetEnterpriseAddressesQueryResultItem {
+ /** Id */
+ id?: string;
+ /** 濮撳悕 */
+ name?: string;
+ /** 鑱旂郴鐢佃瘽 */
+ contactPhoneNumber?: string;
+ /** 鐪佸競鍖�+璇︾粏鍦板潃+闂ㄧ墝鍙� */
+ addressDetail?: string;
+ /** 鏄惁榛樿 */
+ isDefault?: boolean;
+ }
+
+ interface GetEnterpriseAddressQueryResult {
+ /** Id */
+ id?: string;
+ /** 濮撳悕 */
+ name?: string;
+ /** 鑱旂郴鐢佃瘽 */
+ contactPhoneNumber?: string;
+ /** 鐪佷唤缂栧彿 */
+ provinceCode?: string;
+ /** 鐪佷唤 */
+ provinceContent?: string;
+ /** 鍩庡競缂栧彿 */
+ cityCode?: string;
+ /** 鍩庡競 */
+ cityContent?: string;
+ /** 鍖虹紪鍙� */
+ areaCode?: string;
+ /** 鍖� */
+ areaContent?: string;
+ /** 璇︾粏鍦板潃 */
+ addressName?: string;
+ /** 闂ㄧ墝鍙� */
+ addressDetail?: string;
+ /** 缁忓害 */
+ longitude?: number;
+ /** 绾害 */
+ latitude?: number;
+ /** 鏄惁榛樿 */
+ isDefault?: boolean;
+ }
+
interface GetEnterpriseContractTemplateLogsQuery {
/** 妯℃澘Id */
id?: string;
@@ -5297,13 +5837,22 @@
interface GetEnterpriseLoginInfoQueryResult {
/** Id */
id?: string;
+ type?: EnumUserType;
/** 澶村儚 */
avatar?: string;
/** 濮撳悕 */
name?: string;
+ /** 鎵嬫満鍙� */
+ contactPhoneNumber?: string;
gender?: EnumUserGender;
+ /** 钀ヤ笟鎵х収鐓х墖 */
+ licenseImage?: string;
+ /** 浼佷笟Id */
+ enterpriseId?: string;
/** 浼佷笟鍏ㄧО */
enterpriseName?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
+ societyCreditCode?: string;
/** 浼佷笟鏄惁瀹炲悕 */
enterpriseIsReal?: boolean;
/** 瑙掕壊 */
@@ -5321,6 +5870,7 @@
interface GetEnterpriseQueryResult {
/** Id */
id?: string;
+ type?: EnumEnterpriseType;
/** 浼佷笟鍏ㄧО */
enterpriseName?: string;
/** 缁熶竴绀句細淇$敤浠g爜 */
@@ -5353,6 +5903,15 @@
userName?: string;
/** 鍦ㄦ嫑宀椾綅鏁伴噺 */
taskCount?: number;
+ cooperationStatus?: EnumEnterpriseCooperationStatus;
+ signStatus?: EnumEnterpriseCooperationSignStatus;
+ /** 鍚堜綔鍗忚 */
+ cooperationAgreementUrl?: string;
+ serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
+ /** 鏈嶅姟璐� */
+ serviceFeeRate?: number;
+ /** 鍙戠エ绋庣偣 */
+ invoiceTaxPointRate?: number;
}
type GetEnterpriseReceiveAccountQuery = Record<string, any>;
@@ -5409,6 +5968,11 @@
industryTypeContent?: string;
/** 鏄惁宸查厤缃� */
isConfigured?: boolean;
+ /** 鍏宠仈鏈嶅姟 */
+ standardServiceCount?: number;
+ serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
+ /** 鏈嶅姟璐� */
+ serviceFeeRate?: number;
}
interface GetEnterpriseWalletAccessSelectQueryOption {
@@ -7169,6 +7733,17 @@
ereceiptDownloadOssUrl?: string;
}
+ interface GetShowAdvertisementsQueryResultItem {
+ /** Id */
+ id?: string;
+ /** 骞垮憡鍚嶇О */
+ name?: string;
+ /** 骞垮憡鍥剧墖 */
+ file?: string;
+ /** 骞垮憡閾炬帴 */
+ url?: string;
+ }
+
interface GetSmsLogsQuery {
/** 鍒涘缓鏃堕棿-璧峰 */
createdTimeBegin?: string;
@@ -7254,6 +7829,346 @@
signName?: string;
}
+ interface GetStandardOrderAppointmentsQuery {
+ appointmentStatus?: EnumStandardOrderAppointmentStatus;
+ pageModel?: PagedListQueryPageModel;
+ }
+
+ interface GetStandardOrderAppointmentsQueryResult {
+ pageModel?: PagedListQueryResultPageModel;
+ /** 鏁版嵁 */
+ data?: GetStandardOrderAppointmentsQueryResultItem[];
+ }
+
+ interface GetStandardOrderAppointmentsQueryResultItem {
+ /** 璁㈠崟Id */
+ id?: string;
+ /** 鏈嶅姟鍚嶇О */
+ serviceName?: string;
+ /** 瀹炰粯閲戦 */
+ payAmount?: number;
+ /** 鏈嶅姟璧峰鏃堕棿 */
+ beginTime?: string;
+ /** 鏈嶅姟鎴鏃堕棿 */
+ endTime?: string;
+ /** 鏈嶅姟鍦板潃锛堢渷甯傚尯+璇︾粏鍦板潃+闂ㄧ墝鍙凤級 */
+ addressDetail?: string;
+ /** 鏈嶅姟鏈烘瀯 */
+ supplierEnterpriseName?: string;
+ /** 鏈嶅姟浜哄憳 */
+ serverNames?: string[];
+ appointmentStatus?: EnumStandardOrderAppointmentStatus;
+ }
+
+ interface GetStandardOrderPaysQuery {
+ payStatus?: EnumStandardOrderPayStatus;
+ pageModel?: PagedListQueryPageModel;
+ }
+
+ interface GetStandardOrderPaysQueryResult {
+ pageModel?: PagedListQueryResultPageModel;
+ /** 鏁版嵁 */
+ data?: GetStandardOrderPaysQueryResultItem[];
+ }
+
+ interface GetStandardOrderPaysQueryResultItem {
+ /** 璁㈠崟Id */
+ id?: string;
+ /** 鏈嶅姟鍚嶇О */
+ serviceName?: string;
+ /** 瀹炰粯閲戦 */
+ payAmount?: number;
+ /** 鏈嶅姟璧峰鏃堕棿 */
+ beginTime?: string;
+ /** 鏈嶅姟鎴鏃堕棿 */
+ endTime?: string;
+ /** 鏈嶅姟鍦板潃锛堢渷甯傚尯+璇︾粏鍦板潃+闂ㄧ墝鍙凤級 */
+ addressDetail?: string;
+ /** 鏈嶅姟鏈烘瀯 */
+ supplierEnterpriseName?: string;
+ /** 鏈嶅姟浜哄憳 */
+ serverNames?: string[];
+ payStatus?: EnumStandardOrderPayStatus;
+ }
+
+ interface GetStandardOrderQueryResult {
+ /** 璁㈠崟Id */
+ id?: string;
+ /** 鏈嶅姟Id */
+ serviceId?: string;
+ /** 鏈嶅姟鍚� */
+ serviceName?: string;
+ /** 鐢叉柟浼佷笟Id */
+ partyAEnterpriseId?: string;
+ /** 鐢叉柟浼佷笟 */
+ partyAEnterpriseName?: string;
+ /** 瑙勬牸Id */
+ specId?: string;
+ /** 瑙勬牸鍚嶇О */
+ specName?: string;
+ /** 瑙勬牸浠锋牸 */
+ specPrice?: number;
+ /** 瑙勬牸鏁伴噺 */
+ specNumber?: number;
+ /** 鍦板潃Id */
+ addressId?: string;
+ /** 濮撳悕 */
+ name?: string;
+ /** 鑱旂郴鐢佃瘽 */
+ contactPhoneNumber?: string;
+ /** 鐪佷唤缂栧彿 */
+ provinceCode?: string;
+ /** 鐪佷唤 */
+ provinceContent?: string;
+ /** 鍩庡競缂栧彿 */
+ cityCode?: string;
+ /** 鍩庡競 */
+ cityContent?: string;
+ /** 鍖虹紪鍙� */
+ areaCode?: string;
+ /** 鍖� */
+ areaContent?: string;
+ /** 璇︾粏鍦板潃 */
+ addressName?: string;
+ /** 闂ㄧ墝鍙� */
+ addressDetail?: string;
+ /** 缁忓害 */
+ longitude?: number;
+ /** 绾害 */
+ latitude?: number;
+ /** 鏈嶅姟璧峰鏃堕棿 */
+ beginTime?: string;
+ /** 鏈嶅姟鎴鏃堕棿 */
+ endTime?: string;
+ /** 渚涘簲鍟咺d */
+ supplierEnterpriseId?: string;
+ /** 渚涘簲鍟� */
+ supplierEnterpriseName?: string;
+ /** 鏈嶅姟浜哄憳Id */
+ serverId?: string;
+ /** 鏈嶅姟浜哄憳濮撳悕 */
+ serverName?: string;
+ /** 鏈嶅姟浜哄憳鑱旂郴鐢佃瘽 */
+ serverContactPhoneNumber?: string;
+ /** 澶囨敞 */
+ remark?: string;
+ payAccess?: EnumUserBankCardAccess;
+ appointmentStatus?: EnumStandardOrderAppointmentStatus;
+ /** 棰勭害瀹屾垚/鍙栨秷鏃堕棿 */
+ appointmentCompletedTime?: string;
+ /** 鍙栨秷鍘熷洜 */
+ appointmentCancelReason?: string;
+ payStatus?: EnumStandardOrderPayStatus;
+ /** 瀹炰粯閲戦 */
+ payAmount?: number;
+ /** 鏀粯鏃堕棿 */
+ payTime?: string;
+ settlementStatus?: EnumStandardOrderSettlementStatus;
+ serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
+ /** 鏈嶅姟璐� */
+ serviceFee?: number;
+ /** 瀹炴敹閲戦 */
+ receiveAmount?: number;
+ /** 缁撶畻閲戦 */
+ settlementAmount?: number;
+ }
+
+ interface GetStandardOrderServersQuery {
+ /** 璁㈠崟Id */
+ orderId?: string;
+ pageModel?: PagedListQueryPageModel;
+ }
+
+ interface GetStandardOrderServersQueryResult {
+ pageModel?: PagedListQueryResultPageModel;
+ /** 鏁版嵁 */
+ data?: GetStandardOrderServersQueryResultItem[];
+ }
+
+ interface GetStandardOrderServersQueryResultItem {
+ /** Id */
+ id?: string;
+ /** 澶村儚 */
+ avatar?: string;
+ /** 濮撳悕 */
+ name?: string;
+ gender?: EnumUserGender;
+ /** 鏄惁瀹炲悕 */
+ isReal?: boolean;
+ realMethod?: EnumUserRealMethod;
+ /** 骞撮緞 */
+ age?: number;
+ /** 韬唤缂栧彿 */
+ personalIdentityCode?: string;
+ /** 韬唤 */
+ personalIdentityContent?: string;
+ /** 瀛﹀巻缂栧彿 */
+ educationalBackgroundCode?: string;
+ /** 瀛﹀巻 */
+ educationalBackgroundContent?: string;
+ /** 涓婂矖娆℃暟 */
+ taskCount?: number;
+ /** 宸ヤ綔璧勫巻 */
+ workSeniority?: string;
+ /** 宸ヤ綔缁忛獙 */
+ workExperience?: string;
+ }
+
+ interface GetStandardOrderSettlementsQuery {
+ /** 鍏抽敭瀛楋紙璁㈠崟鍙�/鏈嶅姟鍚�/渚涘簲鍟嗭級 */
+ keywords?: string;
+ settlementStatus?: EnumStandardOrderSettlementStatus;
+ pageModel?: PagedListQueryPageModel;
+ }
+
+ interface GetStandardOrderSettlementsQueryResult {
+ pageModel?: PagedListQueryResultPageModel;
+ /** 鏁版嵁 */
+ data?: GetStandardOrderSettlementsQueryResultItem[];
+ }
+
+ interface GetStandardOrderSettlementsQueryResultItem {
+ /** 璁㈠崟Id */
+ id?: string;
+ /** 璁㈠崟鍙� */
+ code?: string;
+ /** 鏈嶅姟鍚嶇О */
+ serviceName?: string;
+ /** 鏈嶅姟鍗曞彿 */
+ serviceCode?: string;
+ /** 鐢叉柟浼佷笟Id */
+ partyAEnterpriseId?: string;
+ /** 鐢叉柟浼佷笟 */
+ partyAEnterpriseName?: string;
+ /** 鏈嶅姟鍦板潃锛堢渷甯傚尯+璇︾粏鍦板潃+闂ㄧ墝鍙凤級 */
+ addressDetail?: string;
+ /** 鏈嶅姟鏈烘瀯 */
+ supplierEnterpriseName?: string;
+ /** 鏈嶅姟浜哄憳 */
+ serverNames?: string[];
+ /** 瀹炰粯閲戦 */
+ payAmount?: number;
+ /** 瀹炴敹閲戦 */
+ receiveAmount?: number;
+ /** 鏈嶅姟璐� */
+ serviceFee?: number;
+ /** 缁撶畻閲戦 */
+ settlementAmount?: number;
+ /** 缁撶畻鍗曞彿 */
+ settlementCode?: string;
+ settlementStatus?: EnumStandardOrderSettlementStatus;
+ /** 缁撶畻鏃堕棿 */
+ settlementTime?: string;
+ /** 鏈嶅姟璧峰鏃堕棿 */
+ beginTime?: string;
+ /** 鏈嶅姟鎴鏃堕棿 */
+ endTime?: string;
+ }
+
+ interface GetStandardOrdersQuery {
+ /** 鍏抽敭瀛楋紙璁㈠崟鍙�/鏈嶅姟鍚嶏級 */
+ keywords?: string;
+ /** 涓嬪崟鏃堕棿-璧峰 */
+ createdTimeBegin?: string;
+ /** 涓嬪崟鏃堕棿-鎴 */
+ createdTimeEnd?: string;
+ /** 鏀粯鏃堕棿-璧峰 */
+ payTimeBegin?: string;
+ /** 鏀粯鏃堕棿-鎴 */
+ payTimeEnd?: string;
+ appointmentStatus?: EnumStandardOrderAppointmentStatus;
+ payStatus?: EnumStandardOrderPayStatus;
+ pageModel?: PagedListQueryPageModel;
+ }
+
+ interface GetStandardOrdersQueryResult {
+ pageModel?: PagedListQueryResultPageModel;
+ /** 鏁版嵁 */
+ data?: GetStandardOrdersQueryResultItem[];
+ }
+
+ interface GetStandardOrdersQueryResultItem {
+ /** Id */
+ id?: string;
+ /** 璁㈠崟鍙� */
+ code?: string;
+ /** 鏈嶅姟鍚� */
+ serviceName?: string;
+ /** 鏈嶅姟鍗曞彿 */
+ serviceCode?: string;
+ /** 涓嬪崟鏃堕棿 */
+ createdTime?: string;
+ /** 鏀粯鏃堕棿 */
+ payTime?: string;
+ appointmentStatus?: EnumStandardOrderAppointmentStatus;
+ payStatus?: EnumStandardOrderPayStatus;
+ settlementStatus?: EnumStandardOrderSettlementStatus;
+ /** 鐢叉柟浼佷笟Id */
+ partyAEnterpriseId?: string;
+ /** 鐢叉柟浼佷笟 */
+ partyAEnterpriseName?: string;
+ /** 鑱旂郴鐢佃瘽 */
+ contactPhoneNumber?: string;
+ /** 瀹炰粯閲戦 */
+ payAmount?: number;
+ /** 瀹炴敹閲戦 */
+ receiveAmount?: number;
+ /** 鏈嶅姟璐� */
+ serviceFee?: number;
+ /** 缁撶畻閲戦 */
+ settlementAmount?: number;
+ }
+
+ interface GetStandardOrderSupplierEnterprisesQuery {
+ /** 璁㈠崟Id */
+ orderId?: string;
+ pageModel?: PagedListQueryPageModel;
+ }
+
+ interface GetStandardOrderSupplierEnterprisesQueryResult {
+ pageModel?: PagedListQueryResultPageModel;
+ /** 鏁版嵁 */
+ data?: GetStandardOrderSupplierEnterprisesQueryResultItem[];
+ }
+
+ interface GetStandardOrderSupplierEnterprisesQueryResultItem {
+ /** Id */
+ id?: string;
+ /** 澶村儚 */
+ avatar?: string;
+ /** 浼佷笟鍏ㄧО */
+ enterpriseName?: string;
+ /** 鏈嶅姟浜哄憳 */
+ serverCount?: number;
+ /** 鏈嶅姟浜烘 */
+ serviceCount?: number;
+ /** 缁忚惀鑼冨洿 */
+ mainBusiness?: string;
+ }
+
+ interface GetStandardServiceCommentsQuery {
+ pageModel?: PagedListQueryPageModel;
+ }
+
+ interface GetStandardServiceCommentsQueryResult {
+ pageModel?: PagedListQueryResultPageModel;
+ /** 鏁版嵁 */
+ data?: GetStandardServiceCommentsQueryResultItem[];
+ }
+
+ interface GetStandardServiceCommentsQueryResultItem {
+ /** Id */
+ id?: string;
+ /** 鐢ㄦ埛鍚� */
+ userName?: string;
+ /** 璇勫垎 */
+ star?: number;
+ /** 鍐呭 */
+ content?: string;
+ /** 鍒涘缓鏃堕棿 */
+ createdTime?: string;
+ }
+
interface GetStandardServiceQueryResult {
/** Id */
id?: string;
@@ -7271,6 +8186,8 @@
code?: string;
/** 瑙勬牸 */
specs?: GetStandardServiceQueryResultSpec[];
+ /** 鏈�浣庤鏍间环鏍� */
+ minSpecPrice?: number;
/** 鍥剧墖 */
files?: string[];
/** 鏈嶅姟鎻忚堪 */
@@ -7278,6 +8195,9 @@
/** 渚涘簲鍟� */
suppliers?: GetStandardServiceQueryResultSupplier[];
releaseStatus?: EnumStandardServiceReleaseStatus;
+ recommendStatus?: EnumStandardServiceRecommendStatus;
+ /** 鏄惁鏀惰棌 */
+ isCollection?: boolean;
}
interface GetStandardServiceQueryResultSpec {
@@ -7313,11 +8233,16 @@
interface GetStandardServicesQuery {
/** 鍏抽敭瀛楋紙鏈嶅姟鍚�/Id锛� */
keywords?: string;
+ /** 宀椾綅缂栧彿 */
+ jobCode?: string;
/** 鍒涘缓鏃堕棿-璧峰 */
createdTimeBegin?: string;
/** 鍒涘缓鏃堕棿-鎴 */
createdTimeEnd?: string;
- releaseStatus?: EnumTaskReleaseStatus;
+ releaseStatus?: EnumStandardServiceReleaseStatus;
+ recommendStatus?: EnumStandardServiceRecommendStatus;
+ /** 鏄惁鏀惰棌 */
+ isCollected?: boolean;
pageModel?: PagedListQueryPageModel;
}
@@ -7330,15 +8255,22 @@
interface GetStandardServicesQueryResultItem {
/** Id */
id?: string;
+ /** 棣栦釜鍥剧墖 */
+ file?: string;
/** 琛屼笟绫诲埆 */
industryCategoryContent?: string;
/** 宀椾綅 */
jobContent?: string;
/** 鏈嶅姟鍚� */
name?: string;
+ /** 鏈�浣庤鏍间环鏍� */
+ minSpecPrice?: number;
/** 鏈嶅姟鍗曞彿 */
code?: string;
releaseStatus?: EnumStandardServiceReleaseStatus;
+ recommendStatus?: EnumStandardServiceRecommendStatus;
+ /** 鏄惁鏀惰棌 */
+ isCollection?: boolean;
/** 鍒涘缓鏃堕棿 */
createdTime?: string;
/** 渚涘簲鍟嗘暟閲� */
@@ -8162,6 +9094,24 @@
hiddenAlipay?: boolean;
}
+ interface HistoryQueryResult {
+ pageModel?: PagedListQueryResultPageModel;
+ /** 鏁版嵁 */
+ data?: HistoryQueryResultItem[];
+ }
+
+ interface HistoryQueryResultItem {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鎿嶄綔浜� */
+ createdUser?: string;
+ /** 鎿嶄綔鏃堕棿 */
+ createdTime?: string;
+ operate?: EnumDbAuditOperate;
+ /** 鎿嶄綔鍐呭 */
+ content?: string[];
+ }
+
interface ImportEnterpriseEmployeesCommand {
/** Excel鍦板潃 */
excelUrl?: string;
@@ -8444,6 +9394,30 @@
enterpriseType?: EnumEnterpriseType;
}
+ interface PayStandardOrderCommand {
+ /** 璁㈠崟Id */
+ id?: string;
+ }
+
+ interface PayStandardOrderCommandResult {
+ /** 鏃堕棿鎴�
+浠� 1970 骞� 1 鏈� 1 鏃� 00:00:00 鑷充粖鐨勭鏁帮紝鍗冲綋鍓嶇殑鏃堕棿 */
+ timestamp?: string;
+ /** 闅忔満瀛楃涓�
+闀垮害涓�32涓瓧绗︿互涓� */
+ nonceStr?: string;
+ /** 缁熶竴涓嬪崟鎺ュ彛杩斿洖鐨� prepay_id 鍙傛暟鍊�
+鎻愪氦鏍煎紡濡傦細prepay_id=*** */
+ package?: string;
+ /** 绛惧悕绠楁硶锛屽簲涓庡悗鍙颁笅鍗曟椂鐨勫�间竴鑷�
+MD5 浠呭湪 v2 鐗堟湰鎺ュ彛閫傜敤
+HMAC-SHA256 浠呭湪 v2 鐗堟湰鎺ュ彛閫傜敤
+RSA 浠呭湪 v3 鐗堟湰鎺ュ彛閫傜敤 */
+ signType?: string;
+ /** 绛惧悕锛屽叿浣撹寰俊鏀粯鏂囨。 */
+ paySign?: string;
+ }
+
interface PersonalUserElectronSignCommand {
/** 鐏靛伐Id锛堜簩閫変竴锛� */
id?: string;
@@ -8576,6 +9550,24 @@
taskInfoId?: string;
}
+ interface SaveAdvertisementCommand {
+ page?: EnumAdvertisementPage;
+ /** 骞垮憡鍚嶇О */
+ name?: string;
+ /** 寮�濮嬫椂闂� */
+ beginTime?: string;
+ /** 缁撴潫鏃堕棿 */
+ endTime?: string;
+ /** 骞垮憡鍥剧墖 */
+ file?: string;
+ /** 骞垮憡閾炬帴 */
+ url?: string;
+ /** 鎺掑簭 */
+ sort?: number;
+ /** Id */
+ id?: string;
+ }
+
interface SaveCodeUrlCommand {
scene?: EnumCodeUrlScene;
/** 鍦板潃 */
@@ -8691,6 +9683,31 @@
id?: string;
}
+ interface SaveEnterpriseAddressCommand {
+ /** 濮撳悕 */
+ name?: string;
+ /** 鑱旂郴鐢佃瘽 */
+ contactPhoneNumber?: string;
+ /** 鐪佷唤缂栧彿 */
+ provinceCode?: string;
+ /** 鍩庡競缂栧彿 */
+ cityCode?: string;
+ /** 鍖虹紪鍙� */
+ areaCode?: string;
+ /** 璇︾粏鍦板潃 */
+ addressName?: string;
+ /** 闂ㄧ墝鍙� */
+ addressDetail?: string;
+ /** 缁忓害 */
+ longitude?: number;
+ /** 绾害 */
+ latitude?: number;
+ /** 鏄惁榛樿 */
+ isDefault?: boolean;
+ /** Id */
+ id?: string;
+ }
+
interface SaveEnterpriseCommand {
/** 浼佷笟鍏ㄧО */
enterpriseName: string;
@@ -8718,6 +9735,15 @@
userName?: string;
/** 瀵嗙爜 */
password?: string;
+ cooperationStatus?: EnumEnterpriseCooperationStatus;
+ signStatus?: EnumEnterpriseCooperationSignStatus;
+ /** 鍚堜綔鍗忚 */
+ cooperationAgreementUrl?: string;
+ serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
+ /** 鏈嶅姟璐� */
+ serviceFeeRate?: number;
+ /** 鍙戠エ绋庣偣 */
+ invoiceTaxPointRate?: number;
/** Id */
id?: string;
}
@@ -9298,6 +10324,12 @@
relationId?: string;
}
+ interface SetAdvertisementStatusCommand {
+ /** Id */
+ ids?: string[];
+ status?: EnumAdvertisementStatus;
+ }
+
interface SetDictionaryDataIsDisabledCommand {
ids?: string[];
/** 鏄惁宸茬鐢� */
@@ -9327,6 +10359,21 @@
insuranceSupplierAccount?: string;
}
+ interface SetEnterpriseLoginInfoCommand {
+ /** 澶村儚 */
+ avatar?: string;
+ /** 濮撳悕 */
+ name?: string;
+ /** 钀ヤ笟鎵х収鐓х墖 */
+ licenseImage?: string;
+ /** 浼佷笟鍏ㄧО */
+ enterpriseName?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
+ societyCreditCode?: string;
+ /** 鎵嬫満鍙� */
+ contactPhoneNumber?: string;
+ }
+
interface SetEnterpriseSmsSettingCommand {
/** Id */
id?: string;
@@ -9370,6 +10417,18 @@
userInfoIds?: string[];
}
+ interface SetStandardServiceRecommendStatusCommand {
+ /** Id */
+ ids?: string[];
+ recommendStatus?: EnumStandardServiceRecommendStatus;
+ }
+
+ interface SetStandardServiceReleaseStatusCommand {
+ /** Id */
+ ids?: string[];
+ releaseStatus?: EnumStandardServiceReleaseStatus;
+ }
+
interface SetTaskInfoRecommendStatusCommand {
/** Id */
ids?: string[];
@@ -9507,6 +10566,20 @@
remark?: string;
}
+ interface SureStandardOrderAppointmentCommand {
+ /** 璁㈠崟Id */
+ id?: string;
+ }
+
+ interface SureStandardOrderCommand {
+ /** 璁㈠崟Id */
+ id?: string;
+ /** 璇勫垎 */
+ commentStar?: number;
+ /** 璇勪环 */
+ commentContent?: string;
+ }
+
interface SureTaskSettlementCommand {
/** 浠诲姟Id */
taskInfoId?: string;
--
Gitblit v1.10.0