From 012075cfe51f93d2a3e80a5ed0891b55b664add9 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期一, 09 六月 2025 23:28:48 +0800
Subject: [PATCH] 检验项目新增特殊物料备注
---
StandardInterface/MES.Service/Dto/webApi/ErpDepots.cs | 38 ++++++++++++++++++--------------------
1 files changed, 18 insertions(+), 20 deletions(-)
diff --git a/StandardInterface/MES.Service/Dto/webApi/ErpDepots.cs b/StandardInterface/MES.Service/Dto/webApi/ErpDepots.cs
index a68e407..ca5e970 100644
--- a/StandardInterface/MES.Service/Dto/webApi/ErpDepots.cs
+++ b/StandardInterface/MES.Service/Dto/webApi/ErpDepots.cs
@@ -4,9 +4,9 @@
{
public string Id { get; set; }
public string? Type { get; set; }
- public string? FNumber { get; set; }
+ public string? FNumber { get; set; }//缂栫爜
- public string? FName { get; set; }
+ public string? FName { get; set; }//鍚嶇О
/// <summary>
/// 鎺ュ彛瀛楁璋冩暣锛氭爣鍑嗙増鎺ュ彛鏂板渚涘簲鍟唅d銆佸鎴穒d銆佹暟鎹姸鎬併�佸簱瀛樼姸鎬佺被鍨嬪瓧娈点��
@@ -23,23 +23,21 @@
/// public string? FDocumentStatus { get; set; }
/// public string? FStockStatusType { get; set; }
/// </remarks>
- public string? FSupplierId { get; set; }
+ ///
+ public string? FAllowMinusQty { get; set; }//鍏佽鍗虫椂搴撳瓨璐熷簱瀛�
+ public string? FPrincipal { get; set; } //浠撳簱璐熻矗浜�
+ public string? FStockProperty { get; set; } //浠撳簱灞炴��
+ public string? FSupplierId { get; set; } //渚涘簲鍟�
+ public string? FCustomerId { get; set; } //瀹㈡埛
+ public string? FDocumentStatus { get; set; } //鏁版嵁鐘舵��
+ public string? FForbidStatus { get; set; } //绂佺敤鐘舵��
+ public string? FGroup { get; set; } //鍒嗙粍
+ public string? FCreateOrgId { get; set; } //鍒涘缓缁勭粐
+ public string? FUseOrgId { get; set; } //浣跨敤缁勭粐
+ public string? FStockStatusType { get; set; } //搴撳瓨鐘舵�佺被鍨�
+ public string? FZYC { get; set; } //鐩磋繍浠�
+ public string? FGYC { get; set; } //绠℃槗浠�
+ public string? FZMC { get; set; } //鍒嗙粍鍚嶇О
+ public string? FCGYMC { get; set; } //鍒嗙粍鍚嶇О
- public string? FCustomerId { get; set; }
- public string? FDocumentStatus { get; set; }
- public string? FStockStatusType { get; set; }
- public string? FAllowMinusQty { get; set; }
-
- public string? FPrincipal { get; set; }
-
- public string? FStockProperty { get; set; }
-
- public string? FForbidStatus { get; set; }
-
- public string? FGroup { get; set; }
-
-
- public string? FCreateOrgId { get; set; }
-
- public string? FUseOrgId { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3