From f45adc67774453c32b7ba39a2c7edff7e7bfa0c8 Mon Sep 17 00:00:00 2001 From: hudong <Administrator@PC-20250329JZUF> Date: 星期三, 14 五月 2025 08:50:52 +0800 Subject: [PATCH] 回库流程 修改 sap联调 计划外退料出库 成本中心出库 --- api/ApiModel.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index 63059bc..f78ca83 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -348,7 +348,7 @@ public string arrival_no { get; set; } public string item_code { get; set; } public string S_BATCH_NO { get; set; } - public string S_SERIAL_NO { get; set; } + //public string S_SERIAL_NO { get; set; } public string N_ROW_NO { get; set; } public float qty { get; set; } } -- Gitblit v1.9.1