| | |
| | | name?: string; |
| | | /** 模板 */ |
| | | file?: string; |
| | | /** 小程序码 */ |
| | | wxmpQrCode?: string; |
| | | /** 制版模板照片 */ |
| | | templateEditData?: string; |
| | | /** 制版变量JSON */ |
| | |
| | | templateId?: string; |
| | | /** 变量 */ |
| | | values?: GetContractTemplateQueryResultValue[]; |
| | | /** 创建操作人 */ |
| | | createdUserId?: string; |
| | | /** 是否企业用户创建 */ |
| | | isEnterpriseUserCreated?: boolean; |
| | | } |
| | | |
| | | interface GetContractTemplateQueryResultValue { |
| | |
| | | code?: string; |
| | | /** 模板 */ |
| | | file?: string; |
| | | /** 小程序码 */ |
| | | wxmpQrCode?: string; |
| | | status?: EnumContractTemplateStatus; |
| | | /** 制版时间 */ |
| | | completedTime?: string; |
| | |
| | | proxy?: boolean; |
| | | /** 企业授权书 */ |
| | | proxyPowerAttorneyUrl?: string; |
| | | /** 实名Id */ |
| | | realId?: string; |
| | | } |
| | | |
| | | type SyncHumanResourcesAreaDictionaryDataCommand = Record<string, any>; |