From 099c78d289f33f38faceeecaeb86d92f1e6c9945 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期三, 02 七月 2025 16:20:58 +0800
Subject: [PATCH] 新增PDA装箱、组托、拆箱、拆托模块相关调用方法,凯贝超聚变客户条码生成规则变更

---
 WebAPI/Controllers/XSGL/YS_ReceiveOtherBillController.cs |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/WebAPI/Controllers/XSGL/YS_ReceiveOtherBillController.cs b/WebAPI/Controllers/XSGL/YS_ReceiveOtherBillController.cs
index 5e7fab5..c7e73f0 100644
--- a/WebAPI/Controllers/XSGL/YS_ReceiveOtherBillController.cs
+++ b/WebAPI/Controllers/XSGL/YS_ReceiveOtherBillController.cs
@@ -23,18 +23,7 @@
 
         private json objJsonResult = new json();
         SQLHelper.ClsCN oCN = new SQLHelper.ClsCN();
-        DataSet ds;
-
-        public class ClsYS_ReceiveOtherBillSubs 
-        {
-           
-            public Int64 HProjectMoneyIDSub;//   int	 //璐圭敤椤圭洰
-            public string HTypeSub;//   varchar(20)     --鍙戠エ绫诲瀷
-            public double HMoneySub;//  dec(18,8) //鍗曟嵁閲戦
-            public double HTaxRateSub;//  dec(18,8) //绋庣巼
-            public double HSumMoneySub;//  dec(18,8) //鎬婚噾棰�
-        }
-
+        DataSet ds;       
 
         #region 鍏朵粬搴旀敹鍗曞垪琛� 鏌ヨ
         /// <summary>

--
Gitblit v1.9.1