From 29df5f46b83c59c25fc9b4c2361a2d624d83f5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87=E9=98=B3=20=E9=82=B9?= Date: Mon, 23 Oct 2023 15:26:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0id=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Elight.Entity/AppMode/Lawyer/JZML.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } }