From 54fd66c4912f6f104c4100730da9fbaba726b66f Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期五, 31 十月 2025 08:53:21 +0800
Subject: [PATCH] 九零报表控制器
---
WebAPI/Models/ClsCg_POInStockBill.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Models/ClsCg_POInStockBill.cs b/WebAPI/Models/ClsCg_POInStockBill.cs
index c668da4..d83826a 100644
--- a/WebAPI/Models/ClsCg_POInStockBill.cs
+++ b/WebAPI/Models/ClsCg_POInStockBill.cs
@@ -13,7 +13,7 @@
public Int64 HWHID;// int --仓库
public Single HExRate;// money --汇率 (选择完币别带出)
public Int64 HEmpID;// int --业务员 (Gy_Employee)
- public Int64 HMangerID;// int --主管 (Gy_Employee)
+ public Int64 HManagerID;// int --主管 (Gy_Employee)
public Int64 HDeptID;// int --部门 (Gy_Employee)
public string HExplanation;// varchar(200) --摘要
public string HInnerBillNo;// varchar(50) --内部单据号
--
Gitblit v1.9.1