From 467eae029f6ce0377c59e06eca0e328211c16c4b Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 19 二月 2025 21:06:11 +0800 Subject: [PATCH] 来料检验 --- 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