diff --git a/Elight.Entity/AppMode/Lawyer/JZML.cs b/Elight.Entity/AppMode/Lawyer/JZML.cs index c3e0a18..43d6cc1 100644 --- a/Elight.Entity/AppMode/Lawyer/JZML.cs +++ b/Elight.Entity/AppMode/Lawyer/JZML.cs @@ -18,6 +18,9 @@ namespace Elight.Entity.AppMode.Lawyer [SugarTable("case_jzml")] public class JZML { + [DataMember] + [SugarColumn(IsPrimaryKey = true)] + public string Id { get; set; } /// /// /// @@ -62,7 +65,6 @@ namespace Elight.Entity.AppMode.Lawyer /// 单位编码 /// public string dwbm { get; set; } - public List jzwj { get; set; } }