From 511d159574c3de94d8d3e43da9f5485f764fa7c8 Mon Sep 17 00:00:00 2001 From: hudong <Administrator@PC-20250329JZUF> Date: 星期四, 19 六月 2025 17:22:35 +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