From bf1d6f240c9df40f1c7b4593e87750dbf15cbbde Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期三, 19 二月 2025 16:56:24 +0800
Subject: [PATCH] 1.新增ERP->MES调拨申请单接口初版结构。
---
MES.Service/Dto/webApi/ErpDepots.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/MES.Service/Dto/webApi/ErpDepots.cs b/MES.Service/Dto/webApi/ErpDepots.cs
index 8339144..8b978a6 100644
--- a/MES.Service/Dto/webApi/ErpDepots.cs
+++ b/MES.Service/Dto/webApi/ErpDepots.cs
@@ -13,4 +13,8 @@
public string? Type { get; set; }
public string? FCreateOrgId { get; set; }
public string? FUseOrgId { get; set; }
+ public string? FSUPPLIERID { get; set; }
+ public string? ClientId { get; set; }
+ public string? Fdeptid { get; set; }
+ public string? Phone { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3