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; } } }