From cc172d3b01335eb5ed5bc4fe1bcf7d0323fdf7c0 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期三, 02 四月 2025 09:26:43 +0800
Subject: [PATCH] 项目费用待保存列表接口

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