From 67c7f0449f57933c26d785c277ddcd539c899b25 Mon Sep 17 00:00:00 2001 From: hudong <Administrator@PC-20250329JZUF> Date: 星期五, 04 七月 2025 17:39:39 +0800 Subject: [PATCH] 出库审核逻辑修改 --- models/SapRoot.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/models/SapRoot.cs b/models/SapRoot.cs index d0b26f1..e0a06a9 100644 --- a/models/SapRoot.cs +++ b/models/SapRoot.cs @@ -1146,4 +1146,14 @@ } #endregion + + + + + public class CustomItem + { + public string SITEMCODE { get; set; } + public float FQTY { get; set; } + public float FALLOCQTY { get; set; } + } } -- Gitblit v1.9.1