From 9f298c3a9cfc9a4d7e56e4b6e89ec09cbe9bcb88 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 27 二月 2026 15:29:35 +0800
Subject: [PATCH] 获取职员列表 接口 添加车间(部门)筛选选项

---
 Model/基础资料/基础资料/ClsGy_UnitConvertRate_Model.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git "a/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_UnitConvertRate_Model.cs" "b/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_UnitConvertRate_Model.cs"
index 668cb8d..874479a 100644
--- "a/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_UnitConvertRate_Model.cs"
+++ "b/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_UnitConvertRate_Model.cs"
@@ -14,5 +14,6 @@
         public double HCONVERTNUMERATOR;    // dec(23, 10) --分子
         public double HCONVERTDENOMINATOR;  // dec(23, 10) --分母
         public string HFORBIDSTATUS;        // varchar(10) --状态
+        public string HMaterNumber;        //物料代码
     }
 }

--
Gitblit v1.9.1