From b097dfc5a8879c198f4f2f9c32b28cfe4c7fc829 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期日, 02 一月 2022 19:16:40 +0800
Subject: [PATCH] 新增了单据里面删除按钮方法

---
 WebAPI/Models/ClsGy_Maintain.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Models/ClsGy_Maintain.cs b/WebAPI/Models/ClsGy_Maintain.cs
index 6e6a924..1c1a356 100644
--- a/WebAPI/Models/ClsGy_Maintain.cs
+++ b/WebAPI/Models/ClsGy_Maintain.cs
@@ -12,7 +12,7 @@
         public string HName;             //鍚嶇О
         public string HHelpCode;    //鍔╄鐮�
         public string HShortNumber;   //鐭唬鐮�
-        public int HParentID;       //鐖剁骇
+        public int HParentID=0;       //鐖剁骇
         public int HLevel;         //绛夌骇
         public bool HEndFlag;        //鏈骇鏍囧織
         public bool HStopflag;      //绂佺敤鏍囧織

--
Gitblit v1.9.1