Browse Source

将律师事务所证明移动到律师预约服务,律所证名与预约信息绑定

develop-FileUpload-test
胡超1 2 years ago
parent
commit
709bc35e1f
  1. 5
      Elight.Entity/AppMode/App_LawyerServicesModel.cs
  2. 4
      Elight.Entity/SystemModel/App_Sys_UserModel.cs

5
Elight.Entity/AppMode/App_LawyerServicesModel.cs

@ -165,7 +165,10 @@ namespace Elight.Entity
/// </summary>
[DataMember]
public string? legalAidPhoto { get; set; }
/// <summary>
/// 单位证明 律师事务所证明
/// </summary>
public string? departmentPhoto { get; set; }
/// <summary>
/// 关系证明图片
/// </summary>

4
Elight.Entity/SystemModel/App_Sys_UserModel.cs

@ -37,10 +37,6 @@ namespace Elight.Entity
/// </summary>
[DataMember]
public string? departmentName { get; set; }
/// <summary>
/// 单位证明 律师事务所证明
/// </summary>
public string? departmentPhoto { get; set; }
/// <summary>
/// 单位同意信用代码

Loading…
Cancel
Save