From 6cdde9817310399d7ff829dcb19e580b64f13cf4 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 25 九月 2024 18:10:43 +0800
Subject: [PATCH] 更新SqlSugar的框架。入库检增加回写工序,工单,条码的操作。增加入库单检验结果处理后无法更改检验值的校验

---
 MES.Service/Dto/webApi/ErpItems.cs |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/MES.Service/Dto/webApi/ErpItems.cs b/MES.Service/Dto/webApi/ErpItems.cs
index 547ac41..e2b3a76 100644
--- a/MES.Service/Dto/webApi/ErpItems.cs
+++ b/MES.Service/Dto/webApi/ErpItems.cs
@@ -12,9 +12,7 @@
     public double? FMaxStock { get; set; }
     public double? FMinPackCount { get; set; }
     public string? FStockId { get; set; }
-    /// <summary>
-    //public string? PPBOM00019124 { get; set; }
-    /// </summary>
+    public string? PPBOM00019124 { get; set; }
     public string? FMaterialGroup { get; set; }
     public string? FDescription { get; set; }
     public decimal? FFinishReceiptOverRate { get; set; }
@@ -30,12 +28,4 @@
 
     public string? FPRODUCEUNITID { get; set; }
     public string? FSUBCONUNITID { get; set; }
-    public string? Fumbrella { get; set; }
-    public string? FSubsidiary { get; set; }
-    public string? FLOSSPERCENT { get; set; }
-    public string? FMnemonicCode { get; set; }
-    public string? FExpPeriod { get; set; }
-    
-
-
 }
\ No newline at end of file

--
Gitblit v1.9.3