From 9fee2194d8dd2e34d5fc6e1e651be7545baa7b7d Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 3 Dec 2023 12:44:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=8C=E6=84=8F=E4=BF=A1?= =?UTF-8?q?=E7=94=A8=E4=BB=A3=E7=A0=81=E8=87=B3App=5FSys=5FAddLawyerInput?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Elight.Entity/SystemDto/App_Sys_AddLawyerInput.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Elight.Entity/SystemDto/App_Sys_AddLawyerInput.cs b/Elight.Entity/SystemDto/App_Sys_AddLawyerInput.cs index aae9dbb..4848f88 100644 --- a/Elight.Entity/SystemDto/App_Sys_AddLawyerInput.cs +++ b/Elight.Entity/SystemDto/App_Sys_AddLawyerInput.cs @@ -33,5 +33,10 @@ namespace Elight.Entity /// [DataMember] public string? departmentName { get; set; } + /// + /// 统一信用代码 + /// + [DataMember] + public string? departmentUnifiedSocialCreditCode { get; set; } } }