From ade3f5a05f9e3bc05a05bfc835f46499c1a78793 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 17:47:03 +0800 Subject: [PATCH] =?UTF-8?q?jzwj=E8=AE=BE=E4=B8=BA=E5=8F=AF=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Elight.Entity/APPDto/Lawyer/JZMLDto.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elight.Entity/APPDto/Lawyer/JZMLDto.cs b/Elight.Entity/APPDto/Lawyer/JZMLDto.cs index e313334..5e71099 100644 --- a/Elight.Entity/APPDto/Lawyer/JZMLDto.cs +++ b/Elight.Entity/APPDto/Lawyer/JZMLDto.cs @@ -61,7 +61,7 @@ namespace Elight.Entity.APPDto.Lawyer /// public string? dwbm { get; set; } - public List? jzwj { get; set; } + public List jzwj { get; set; } }