From f31edb8fa31c6608d34d303e750890f7eea1930b Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期二, 26 八月 2025 14:08:02 +0800
Subject: [PATCH] 首检获取检验项目前 删除原有检验项

---
 MES.Service/Dto/webApi/ErpDepartment.cs |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/MES.Service/Dto/webApi/ErpDepartment.cs b/MES.Service/Dto/webApi/ErpDepartment.cs
index e5fa314..878dfde 100644
--- a/MES.Service/Dto/webApi/ErpDepartment.cs
+++ b/MES.Service/Dto/webApi/ErpDepartment.cs
@@ -3,18 +3,14 @@
 public class ErpDepartment
 {
     public string Id { get; set; }
-
     public string? FNumber { get; set; }
-
     public string? FName { get; set; }
-
     public string? FDeptProperty { get; set; }
-
     public string? FGroup { get; set; }
-
     public string? FWIPStockID { get; set; }
-
     public string? FForbidStatus { get; set; }
-
     public string? Type { get; set; }
+    public string? FParentID { get; set; }
+    public string? FCreateOrgId { get; set; }
+    public string? FUseOrgId { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3