From ebe0e19399a5126c03c90be819ad1a9168e1992b Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期一, 01 十一月 2021 13:25:54 +0800
Subject: [PATCH] nothing

---
 WebAPI/Models/Gy_OrderLevList.cs |   41 +++++++++++++++++++++++------------------
 1 files changed, 23 insertions(+), 18 deletions(-)

diff --git a/WebAPI/Models/Gy_OrderLevList.cs b/WebAPI/Models/Gy_OrderLevList.cs
index dc38119..ef9ac5d 100644
--- a/WebAPI/Models/Gy_OrderLevList.cs
+++ b/WebAPI/Models/Gy_OrderLevList.cs
@@ -1,28 +1,33 @@
+
 using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Web;
- 
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+
 namespace WebAPI.Models
 {
     public class Gy_OrderLevList
     {
-        public long HItemID { get; set; }     ID
-        public string HNumber { get; set; }   浠g爜
-        public string HName { get; set; }     鍚嶇О
-        public string HShortNumber { get; set; }  鐭唬鐮�
-        public long HParentID { get; set; }      鐖剁骇ID
-        public long HLevel { get; set; }      灞傜骇
-        public long HEndFlag { get; set; }      
- 
-        public string HHelpCode { get; set; }    鍔╄鐮�
- 
-        public string HRemark { get; set; }    澶囨敞
- 
-        public bool HStopflag { get; set; }  绂佺敤鏍囧織
- 
-        public bool HUseFlag { get; set; }   浣跨敤鐘舵��
- 
-        public string HYX { get; set; }浼樺厛绾�
+        public long HItemID { get; set; }     //ID
+        public string HNumber { get; set; }   //浠g爜
+        public string HName { get; set; }     //鍚嶇О
+        public string HShortNumber { get; set; }  //鐭唬鐮�
+        public long HParentID { get; set; }      //鐖剁骇ID
+        public long HLevel { get; set; }      //灞傜骇
+        public long HEndFlag { get; set; }      //
+
+        public string HHelpCode { get; set; }   // 鍔╄鐮�
+
+        public string HRemark { get; set; }    //澶囨敞
+
+        public bool HStopflag { get; set; }  //绂佺敤鏍囧織
+
+        public bool HUseFlag { get; set; }   //浣跨敤鐘舵��
+
+        public string HYX { get; set; }//浼樺厛绾�
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1