From 67a0042c5f29e4bb0e0b82f6190f2bc51480b45c Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 28 二月 2023 13:25:09 +0800
Subject: [PATCH] 工资绩效改版

---
 zhengcaioa/Model/TComplaintletter.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zhengcaioa/Model/TComplaintletter.cs b/zhengcaioa/Model/TComplaintletter.cs
index 22bbf63..ccd86d0 100644
--- a/zhengcaioa/Model/TComplaintletter.cs
+++ b/zhengcaioa/Model/TComplaintletter.cs
@@ -33,13 +33,13 @@
         public string XmPackage { get; set; }
         public string PurchaserName { get; set; }
         public string Agency { get; set; }
-        public bool? IsNotice { get; set; }
+        public string IsNotice { get; set; }
         public DateTime? NoticeDate { get; set; }
         public DateTime? ChallengeDate { get; set; }
         public string Questioned { get; set; }
         public string Respondent { get; set; }
         public DateTime? RespondDate { get; set; }
-        public bool? IsResultnotice { get; set; }
+        public string IsResultnotice { get; set; }
         public DateTime? ResultnoticeDate { get; set; }
         public DateTime? DocumentsDate { get; set; }
         public string RequestInfo { get; set; }

--
Gitblit v1.9.1