From b15ba0723040b5e9a348662a09af824f2d5ae9e6 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期三, 20 八月 2025 17:28:38 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/c.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/GetIdentityOcrCommand.cs b/FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/c.cs similarity index 80% rename from FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/GetIdentityOcrCommand.cs rename to FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/c.cs index c58ab07..f55a6f8 100644 --- a/FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/GetIdentityOcrCommand.cs +++ b/FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/c.cs @@ -8,10 +8,10 @@ namespace FlexJobApi.Core { /// <summary> - /// 鏂囧瓧璇嗗埆韬唤璇� + /// 鏂囧瓧璇嗗埆韬唤璇佽儗闈� /// </summary> [Resource([EnumResourceController.CommonServerOcrUtils], Method = EnumResourceMethod.Post)] - public class GetIdentityOcrCommand : IRequest<GetIdentityOcrCommandResult> + public class GetIdentityBackOcrCommand : IRequest<GetIdentityBackOcrCommandResult> { /// <summary> /// 閫氶亾 @@ -37,7 +37,7 @@ /// <summary> /// 鏂囧瓧璇嗗埆韬唤璇� /// </summary> - public class GetIdentityOcrCommandResult + public class GetIdentityBackOcrCommandResult { /// <summary> /// 鍦板潃 @@ -47,6 +47,6 @@ /// <summary> /// 妯″瀷 /// </summary> - public BaiduOcrBusinessLicenseResultModel Model { get; set; } + public BaiduOcrIdentityBackResultModel Model { get; set; } } } -- Gitblit v1.9.1