From a02bcc122752e9cd9c0bafd5a321ef54ffd9ba73 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:46:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=AF=E7=A9=BA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Elight.Logic/Model/App_LawyerServicesInput.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elight.Logic/Model/App_LawyerServicesInput.cs b/Elight.Logic/Model/App_LawyerServicesInput.cs index ebaea99..1b1aa1d 100644 --- a/Elight.Logic/Model/App_LawyerServicesInput.cs +++ b/Elight.Logic/Model/App_LawyerServicesInput.cs @@ -81,6 +81,6 @@ namespace Elight.Logic /// 0:待办理,1:同意 ,2:拒绝 /// [DataMember] - public int state { get; set; } + public int? state { get; set; } } }