From 35558fe5ed20893bb9595e9688e3e6db67f2f76d Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 19 二月 2025 20:32:25 +0800
Subject: [PATCH] iqc来料检验
---
StandardPda/MES.Service/Dto/webApi/ErpItems.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/StandardPda/MES.Service/Dto/webApi/ErpItems.cs b/StandardPda/MES.Service/Dto/webApi/ErpItems.cs
index a1a8072..51f9269 100644
--- a/StandardPda/MES.Service/Dto/webApi/ErpItems.cs
+++ b/StandardPda/MES.Service/Dto/webApi/ErpItems.cs
@@ -16,7 +16,7 @@
public string? FStockId { get; set; }
public string? FMaterialGroup { get; set; }
- public int? FIsBatchManage { get; set; }
+ public string? FIsBatchManage { get; set; }
public string? FPurchaseUnitId { get; set; }
public string? FStoreUnitID { get; set; }
public string? FSaleUnitId { get; set; }
--
Gitblit v1.9.3