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/GetIdentityFrontOcrCommand.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/GetIdentityFrontOcrCommand.cs
similarity index 80%
copy from FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/GetIdentityOcrCommand.cs
copy to FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/GetIdentityFrontOcrCommand.cs
index c58ab07..bf0b829 100644
--- a/FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/GetIdentityOcrCommand.cs
+++ b/FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/GetIdentityFrontOcrCommand.cs
@@ -8,10 +8,10 @@
 namespace FlexJobApi.Core
 {
     /// <summary>
-    /// 鏂囧瓧璇嗗埆韬唤璇�
+    /// 鏂囧瓧璇嗗埆韬唤璇佹闈�
     /// </summary>
     [Resource([EnumResourceController.CommonServerOcrUtils], Method = EnumResourceMethod.Post)]
-    public class GetIdentityOcrCommand : IRequest<GetIdentityOcrCommandResult>
+    public class GetIdentityFrontOcrCommand : IRequest<GetIdentityFrontOcrCommandResult>
     {
         /// <summary>
         /// 閫氶亾
@@ -37,7 +37,7 @@
     /// <summary>
     /// 鏂囧瓧璇嗗埆韬唤璇�
     /// </summary>
-    public class GetIdentityOcrCommandResult
+    public class GetIdentityFrontOcrCommandResult
     {
         /// <summary>
         /// 鍦板潃
@@ -47,6 +47,6 @@
         /// <summary>
         /// 妯″瀷
         /// </summary>
-        public BaiduOcrBusinessLicenseResultModel Model { get; set; }
+        public BaiduOcrIdentityFrontResultModel Model { get; set; }
     }
 }

--
Gitblit v1.9.1