From 84b745121de3c830f30afa679a35e76517a8d8cf Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期五, 13 一月 2023 18:53:46 +0800
Subject: [PATCH] 1

---
 WebAPI/Models/基础资料/Gy_ClassTimePrjSub.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git "a/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ClassTimePrjSub.cs" "b/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ClassTimePrjSub.cs"
index d49c5dd..ff1d762 100644
--- "a/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ClassTimePrjSub.cs"
+++ "b/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ClassTimePrjSub.cs"
@@ -8,12 +8,11 @@
     public class Gy_ClassTimePrjSub
     {
         public long HInterID { get; set; }
-        public long HItemID { get; set; }
+        public long HEntryID { get; set; }
        
         public string HName { get; set; }
         public string HNumber { get; set; }
-        public long hparentid { get; set; }
-        public DateTime HYear { get; set; }
+        public string  HYear { get; set; }
         public decimal HPeriod { get; set; }
         public decimal HSumMoney { get; set; }
         public string HSumWorkTimes { get; set; }

--
Gitblit v1.9.1