|
|
|
@ -96,5 +96,19 @@ namespace Dto |
|
|
|
/// 律师联系地址 |
|
|
|
/// 律师联系地址 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
public string Lxdz { get; set; } |
|
|
|
public string Lxdz { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// 律师身份证号码 |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
public string CardId { get; set; } |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// 律师事务所名称 |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
public string DepartMentName { get; set; } |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// 律师事务所统一信用代码 |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
public string DepartMentNameSccCode { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|