From 9961e1ce8da272d09967c9db6eda5f8d33958b1d Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 23 十月 2025 10:51:17 +0800
Subject: [PATCH] 直接调拨单上传调用方法修改,增加客户为小卫时,HSupID字段取值特殊处理
---
WebAPI/Models/ClsGy_Material_Model.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs
index ec4d281..09adba9 100644
--- a/WebAPI/Models/ClsGy_Material_Model.cs
+++ b/WebAPI/Models/ClsGy_Material_Model.cs
@@ -73,6 +73,9 @@
public int HQCSchemeID_Fst;
public int HQCSchemeID_Proc;
public int HQCSchemeID_Patrol;
+ public int HQCSchemeID_POStockIn;
+ public int HQCSchemeID_LastPiece;
+ public int HQCSchemeID_OutComp;
public string HColorNo;//棰滆壊鑹插彿
public double HPieceMaxQty; //鍗曚欢鏈�澶т笂闄�
@@ -112,10 +115,11 @@
public int HCubicleQty; //宸ヤ綅鏁伴噺
- public string HMaterRuleExternType;
public string HBarCodePrintName;//鏉$爜榛樿鎵撳嵃妯℃澘鍚嶇О
public string HMaterRuleExternType; // 缇婃瘺鍏紡
public string HMaterRuleExternType1; // 姣涘皷鍏紡
public string HCircularKnittingMachineCode; //鍦嗘満浠g爜
+
+
}
}
\ No newline at end of file
--
Gitblit v1.9.1