Browse Source

合并

develop
胡超1 2 years ago
parent
commit
5a51c674d5
  1. 5
      Elight.Entity/SystemDto/App_Sys_AddLawyerInput.cs

5
Elight.Entity/SystemDto/App_Sys_AddLawyerInput.cs

@ -33,5 +33,10 @@ namespace Elight.Entity
/// </summary>
[DataMember]
public string? departmentName { get; set; }
/// <summary>
/// 统一信用代码
/// </summary>
[DataMember]
public string? departmentUnifiedSocialCreditCode { get; set; }
}
}

Loading…
Cancel
Save