| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultIActionResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: IActionResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultImportEnterpriseEmployeesCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | workExperience?: string; |
| | | } |
| | | |
| | | type IActionResult = Record<string, any>; |
| | | |
| | | interface ImportEnterpriseEmployeesCommand { |
| | | /** Excel地址 */ |
| | | excelUrl?: string; |
| | |
| | | ids?: string[]; |
| | | status?: EnumUserStatus; |
| | | } |
| | | |
| | | type SmsChengLiYeNotifyCommand = Record<string, any>; |
| | | |
| | | interface SmsLoginCommand { |
| | | /** 手机号码 */ |