From 71af12d1d4abf46e4d4ba89a8e64c8a8dc190362 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期四, 27 三月 2025 18:56:15 +0800
Subject: [PATCH] 1.来料检list页面添加下拉框,可精准选择要筛选的项目 2.新建实验室送检接口

---
 StandardPda/MES.Service/Dto/webApi/ErpProject.cs |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/StandardPda/MES.Service/Dto/webApi/ErpProject.cs b/StandardPda/MES.Service/Dto/webApi/ErpProject.cs
index 766f109..0a11140 100644
--- a/StandardPda/MES.Service/Dto/webApi/ErpProject.cs
+++ b/StandardPda/MES.Service/Dto/webApi/ErpProject.cs
@@ -4,22 +4,22 @@
 {
     //ERPID
     public string? ID { get; set; }
-    
-    public string? Type { get; set; }//鎿嶄綔绫诲瀷
-    
+
+    public string? Type { get; set; } //鎿嶄綔绫诲瀷
+
     public string? Code { get; set; } //椤圭洰缂栫爜
-    
+
     public string? Name { get; set; } //椤圭洰鍚嶇О
-    
+
     public string? ProjectType { get; set; } //椤圭洰鍒嗙被
-    
+
     public string? Description { get; set; } //椤圭洰浠撳偍璐熻矗浜�
-    
+
     public string? OperatorsID { get; set; } //椤圭洰閲囪喘璐熻矗浜�
-    
+
     public string? FDocumentStatus { get; set; } //鍗曟嵁鐘舵��
-    
+
     public string? FForbidStatus { get; set; } //鏄惁绂佺敤
-    
+
     public List<ErpDetail>? FUseOrgId { get; set; } //涓嬪彂缁勭粐
 }
\ No newline at end of file

--
Gitblit v1.9.3