From ded234fb90ed5f25a71cff7179df7232d5758800 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期一, 24 三月 2025 09:14:40 +0800
Subject: [PATCH] 1代码整理 2移动端来料检添加项目字段,并能根据此字段搜索 3来料检明细添加‘获取检验项目’按钮,实现在移动端重新获取检验项目

---
 StandardPda/MES.Service/Dto/webApi/ErpCAA.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs b/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs
index 8c2391e..87fc63e 100644
--- a/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs
+++ b/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs
@@ -24,7 +24,9 @@
     public string? FStockInLimitL { get; set; }
     public string? FMTONO { get; set; }
     public string? FLot { get; set; }
+
     public string? FBomId { get; set; }
+
     //public string? FXSHTH { get; set; }
     public string? FCreateType { get; set; }
     public string? PLAN_ID { get; set; }
@@ -38,7 +40,7 @@
     public string? FForceCloserId { get; set; }
     public string? FCloseType { get; set; }
     public string? FSrcSplitBillNo { get; set; }
-    
+
     //public string? erP_SCZZ { get; set; }
     //public string? erP_WTZZ { get; set; }
     //public string? F_ZJXF_YHRQ { get; set; }
@@ -46,6 +48,7 @@
     public string? FDescription { get; set; }
 
     public string? BTBZ { get; set; }
+
     //public string? fsubentryid { get; set; }
     //public string? FPurOrderNo { get; set; }
     //public string? FPurOrderEntrySeq { get; set; }
@@ -65,5 +68,4 @@
     //娌冨皵鏂板 鐢熶骇閫氱煡鍗� 銆� 鍨嬪彿
     public string? F_SCDD_SCTZD { get; set; }
     public string? F_SCDD_XH { get; set; }
-
 }
\ No newline at end of file

--
Gitblit v1.9.3