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; } } }