From 67e6f3503c5e28ace45e3ad7c30b0965555b02f5 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 29 五月 2024 16:49:48 +0800
Subject: [PATCH]  递入 参数 单据类型、单据内码、库存更新类型 ; 根据单据类型和单据内码,更新 及时库存表 ;采购入库单 审核时 库存更新类型 为1 , 反审核时 库存更新类型为 2; 1 就是增加 库存,2就是 减少库存; 生产领料单 审核时 库存更新类型 为1 , 反审核时 库存更新类型为 2; 1 就是减少 库存,2就是增加库存

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

diff --git a/WebAPI/Models/Gy_OrderBackInfo.cs b/WebAPI/Models/Gy_OrderBackInfo.cs
index 9c6b05c..53c3b5d 100644
--- a/WebAPI/Models/Gy_OrderBackInfo.cs
+++ b/WebAPI/Models/Gy_OrderBackInfo.cs
@@ -1,4 +1,4 @@
-锘縰sing System;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Web;

--
Gitblit v1.9.1