From 53cbda77d64daa08a0c1f3ba4ff0a65d508665d5 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 17 十月 2024 09:51:16 +0800
Subject: [PATCH] 乔一称重入库条码生成模块,托条码生成完善

---
 WebAPI/Models/基础资料/Gy_Duty.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git "a/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Duty.cs" "b/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Duty.cs"
index 9988568..074e8e2 100644
--- "a/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Duty.cs"
+++ "b/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Duty.cs"
@@ -18,5 +18,6 @@
         public string HHelpCode { get; set; }
         public bool HStopflag;
         public int HEndFlag;
+        public string HUserCode;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1