|
|
@ -17,8 +17,6 @@ namespace Elight.Entity.AppMode.Lawyer |
|
|
|
[SugarColumn(IsPrimaryKey = true)] |
|
|
|
[SugarColumn(IsPrimaryKey = true)] |
|
|
|
public string? Id { get; set; } |
|
|
|
public string? Id { get; set; } |
|
|
|
[DataMember] |
|
|
|
[DataMember] |
|
|
|
public string? lawyerservicesId { get; set; } |
|
|
|
|
|
|
|
[DataMember] |
|
|
|
|
|
|
|
public string? unitcode { get; set; } |
|
|
|
public string? unitcode { get; set; } |
|
|
|
[DataMember] |
|
|
|
[DataMember] |
|
|
|
public string? jzlbxxId { get; set; } |
|
|
|
public string? jzlbxxId { get; set; } |
|
|
@ -55,6 +53,14 @@ namespace Elight.Entity.AppMode.Lawyer |
|
|
|
[DataMember] |
|
|
|
[DataMember] |
|
|
|
public string? createrId { get; set; } |
|
|
|
public string? createrId { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// 已缓存的文件计数 |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
public int? downloadedCount { get; set; } |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// 总的文件数计数 |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
public int? jwCount { get; set; } |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// 是否删除:0:未删除、1:删除 |
|
|
|
/// 是否删除:0:未删除、1:删除 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[DataMember] |
|
|
|
[DataMember] |
|
|
|