From b4dba39ce6afc201ede288ada4295a5fa345092f Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期一, 27 四月 2026 12:13:51 +0800
Subject: [PATCH] 抽样方案基础资料

---
 WebAPI/Models/TechnologyParameter.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/TechnologyParameter.cs b/WebAPI/Models/TechnologyParameter.cs
index 3afba5b..a1eab69 100644
--- a/WebAPI/Models/TechnologyParameter.cs
+++ b/WebAPI/Models/TechnologyParameter.cs
@@ -18,6 +18,11 @@
         public string HUseFlag { get; set; }
         public DateTime HMakeTime { get; set; }
         public string HMakeEmp { get; set; }
+        public long HUSEORGID { get; set; }
+        public long HCREATEORGID { get; set; }
+        public long HUnitID { get; set; }
+
+        public long HClassID { get; set; }
 
     }
 }

--
Gitblit v1.9.1