From e08a2e8a24be0996dec3b681f3c4ab45333f331c Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 22 十月 2024 17:54:29 +0800
Subject: [PATCH] 初始化

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

diff --git a/MES.Service/Dto/webApi/ErpItems.cs b/MES.Service/Dto/webApi/ErpItems.cs
index 08fdb69..dc669cc 100644
--- a/MES.Service/Dto/webApi/ErpItems.cs
+++ b/MES.Service/Dto/webApi/ErpItems.cs
@@ -3,21 +3,20 @@
 public class ErpItems
 {
     public string Id { get; set; }
-    public string? Type { get; set; }
     public string? FNumber { get; set; }
     public string? FName { get; set; }
     public string? FSpecification { get; set; }
     public string? FBaseUnitId { get; set; }
-    public double? FSafeStock { get; set; }
-    public double? FMaxStock { get; set; }
-    public double? FMinPackCount { get; set; }
+    public string? FSafeStock { get; set; }
+    public string? FMaxStock { get; set; }
+    public string? FMinPackCount { get; set; }
     public string? FStockId { get; set; }
-
+    public string? FTypeID { get; set; }
     public string? FMaterialGroup { get; set; }
     public string? FDescription { get; set; }
-    public decimal? FFinishReceiptOverRate { get; set; }
+    public string? FFinishReceiptOverRate { get; set; }
     public string? FIssueType { get; set; }
-    public int? FIsBatchManage { get; set; }
+    public string? FIsBatchManage { get; set; }
     public string? FPurchaserId { get; set; }
     public string? FPurchaseUnitId { get; set; }
     public string? FStoreUnitID { get; set; }
@@ -25,13 +24,10 @@
     public string? FForbidStatus { get; set; }
     public string? FErpClsID { get; set; }
     public string? FWorkShopId { get; set; }
-
     public string? FPRODUCEUNITID { get; set; }
     public string? FSUBCONUNITID { get; set; }
+
+    public string? Type { get; set; }
     public string? FCreateOrgId { get; set; }
     public string? FUseOrgId { get; set; }
-    public string? FLOSSPERCENT { get; set; }
-    public string? FMnemonicCode { get; set; }
-    public string? FExpPeriod { get; set; }
-    public string? FColor { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3