From 2a1695b65cf2717d60863d0b7aeefc02b4293d16 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期四, 13 十一月 2025 10:15:14 +0800
Subject: [PATCH] 增加BOM查询的接口代码
---
Dto/ErpKc.cs | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/Dto/ErpKc.cs b/Dto/ErpKc.cs
index a6845de..5b4cbd9 100644
--- a/Dto/ErpKc.cs
+++ b/Dto/ErpKc.cs
@@ -14,4 +14,15 @@
public string? FSTOREURNUM { get; set; }
public string? FStockOrgId { get; set; }
}
+
+ public class ErpBom
+ {
+ public string? FITEMPPROPERTY { get; set; }
+ public string? FMATERIALID { get; set; }
+ public string? FITEMNAME { get; set; }
+ public string? FENTRYID { get; set; }
+ public string? FCHILDITEMNAME { get; set; }
+ public string? FNUMERATOR { get; set; }
+ public string? FDENOMINATOR { get; set; }
+ }
}
--
Gitblit v1.9.3