From 8e6bec9d0a8ae0eea1be319ad3ee972a0ba97c58 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 23 十二月 2025 16:53:29 +0800
Subject: [PATCH] 物料信息:添加物料分类编号
---
MES.Service/Dto/webApi/ErpCAB.cs | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/MES.Service/Dto/webApi/ErpCAB.cs b/MES.Service/Dto/webApi/ErpCAB.cs
index 6e73e40..fbc6108 100644
--- a/MES.Service/Dto/webApi/ErpCAB.cs
+++ b/MES.Service/Dto/webApi/ErpCAB.cs
@@ -2,8 +2,8 @@
public class ErpCAB
{
- public string? FBillNo { get; set; }
- public string? FMaterialID { get; set; }
+ public string FBillNo { get; set; }//宸ュ崟鍗曞彿
+ public string FMaterialID2 { get; set; }//鏉愭枡鍝佸彿
public string? FNeedQty { get; set; }
public string? FPickedQty { get; set; }
public string? FPositionNO { get; set; }
@@ -22,7 +22,7 @@
public string? FDenominator { get; set; }
public string? PID { get; set; }
- public string Id { get; set; }
+ public string? Id { get; set; }
public string? FSeq { get; set; }
@@ -38,4 +38,7 @@
public string? TypeB { get; set; }
public string? F_UNW_QTY_YFSL { get; set; }
+
+ public string? F_UNW_Text_tpgy { get; set; }//宸ヨ壓
+ public string FBillNoType { get; set; }//鍗曞埆
}
\ No newline at end of file
--
Gitblit v1.9.3