|
|
|
@ -18,6 +18,9 @@ namespace Elight.Entity.AppMode.Lawyer
|
|
|
|
|
[SugarTable("case_jzml")] |
|
|
|
|
public class JZML |
|
|
|
|
{ |
|
|
|
|
[DataMember] |
|
|
|
|
[SugarColumn(IsPrimaryKey = true)] |
|
|
|
|
public string Id { get; set; } |
|
|
|
|
/// <summary> |
|
|
|
|
/// |
|
|
|
|
/// </summary> |
|
|
|
@ -62,7 +65,6 @@ namespace Elight.Entity.AppMode.Lawyer
|
|
|
|
|
/// 单位编码 |
|
|
|
|
/// </summary> |
|
|
|
|
public string dwbm { get; set; } |
|
|
|
|
public List<JZWJItem> jzwj { get; set; } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|