From 1741fb54409b5eb8da7e2b200295e6fa8f3ebcb7 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 20 六月 2024 16:48:25 +0800
Subject: [PATCH] 桌面版工序流转卡单据号获取方法修改,PDA出入库缓存列表删除、撤销,模具缓存列表删除调用方法增加写入日志

---
 WebAPI/Models/LookingForBill.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Models/LookingForBill.cs b/WebAPI/Models/LookingForBill.cs
index f26b07f..8820769 100644
--- a/WebAPI/Models/LookingForBill.cs
+++ b/WebAPI/Models/LookingForBill.cs
@@ -18,7 +18,7 @@
         public string HGroup { get; set; }//鐝粍
         public int HSourceID { get; set; }//鐢熶骇璧勬簮ID
         public string HSource { get; set; }//鐢熶骇璧勬簮
-        public int HMakerID { get; set; }//鍒跺崟浜篒D
+        public string HMakerID { get; set; }//鍒跺崟浜篒D
         public string HMaker { get; set; }//鍒跺崟浜�
         public double HQty { get; set; }//鏁伴噺
         public int HMaterID { get; set; }//鐗╂枡ID

--
Gitblit v1.9.1