1
wtt
2024-09-06 72c6405128192e28ca239f451b662cfcf6dbe1e1
DAL/基础资料/InterFace基础资料/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;
 
            }