From dfaeb9635591ed4b13f0ae265022872b081c0758 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 26 十月 2023 14:02:10 +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