From 72c6405128192e28ca239f451b662cfcf6dbe1e1 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 06 九月 2024 15:52:34 +0800
Subject: [PATCH] 1
---
DAL/基础资料/InterFace基础资料/ClsIF_Material_View.cs | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git "a/DAL/\345\237\272\347\241\200\350\265\204\346\226\231/InterFace\345\237\272\347\241\200\350\265\204\346\226\231/ClsIF_Material_View.cs" "b/DAL/\345\237\272\347\241\200\350\265\204\346\226\231/InterFace\345\237\272\347\241\200\350\265\204\346\226\231/ClsIF_Material_View.cs"
index 895bb20..0cc6203 100644
--- "a/DAL/\345\237\272\347\241\200\350\265\204\346\226\231/InterFace\345\237\272\347\241\200\350\265\204\346\226\231/ClsIF_Material_View.cs"
+++ "b/DAL/\345\237\272\347\241\200\350\265\204\346\226\231/InterFace\345\237\272\347\241\200\350\265\204\346\226\231/ClsIF_Material_View.cs"
@@ -159,6 +159,17 @@
omodel.HPicNo = DBUtility.ClsPub.isStrNull(DS.Tables[0].Rows[0]["HPicNo"]);
omodel.HRemark = DBUtility.ClsPub.isStrNull(DS.Tables[0].Rows[0]["HRemark"]);
omodel.HQtyMin = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HMinPickQty"]);
+ omodel.HMASTERID = Convert.ToInt64(DS.Tables[0].Rows[0]["HMASTERID"]);
+ omodel.HBatchManager = DBUtility.ClsPub.isBool(DS.Tables[0].Rows[0]["HBatchManager"]);
+ omodel.HBatchNo = DBUtility.ClsPub.isStrNull(DS.Tables[0].Rows[0]["HBatchNo"]);
+ omodel.HAuxPropFlag = DBUtility.ClsPub.isBool(DS.Tables[0].Rows[0]["HAuxPropFlag"]);
+ omodel.HAuxPropID = Convert.ToInt64(DS.Tables[0].Rows[0]["HAuxPropID"]);
+ omodel.HAuxPropNumber = DBUtility.ClsPub.isStrNull(DS.Tables[0].Rows[0]["HAuxPropNumber"]);
+ omodel.HAuxPropName = DBUtility.ClsPub.isStrNull(DS.Tables[0].Rows[0]["HAuxPropName"]);
+ omodel.HBarCodeType = DBUtility.ClsPub.isStrNull(DS.Tables[0].Rows[0]["HBarCodeType"]);
+ omodel.HISKFPERIOD = DBUtility.ClsPub.isBool(DS.Tables[0].Rows[0]["HISKFPERIOD"]);
+ omodel.HEXPPERIOD = Convert.ToInt64(DS.Tables[0].Rows[0]["HEXPPERIOD"]);
+ omodel.HEXPUNIT = DBUtility.ClsPub.isStrNull(DS.Tables[0].Rows[0]["HEXPUNIT"]);
return true;
}
--
Gitblit v1.9.1