using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsKf_StockInRequestBillSub:DBUtility.ClsXt_BaseBillSub { public string HBillNo_bak; // varchar(50) --µ¥¾ÝºÅ£¨±¸·Ý£¬ÒÔÃâÄÚÂ붪ʧ£¬ÕÒ²»µ½¶ÔÓ¦Ö÷±í£© //----------------------------------------------------------------- public Int64 HMaterID; // int --ÎïÁÏID public Int64 HPropertyID; // int --¸¨ÖúÊôÐÔ public Int64 HSecUnitID; // int --¸¨Öú¼ÆÁ¿µ¥Î» public Single HSecUnitRate; // money --»»ËãÂÊ public Int64 HUnitID; // int --¼ÆÁ¿µ¥Î» public double HQtyMust; // dec(18,8) --Ó¦ÊÕÊýÁ¿ public double HQty; // dec(18,8) --ʵÊÕÊýÁ¿ public double HPrice; // dec(18,8) --µ¥¼Û public double HMoney; // dec(18,8) --½ð¶î public Int64 HWHID; // int --²Ö¿â public Int64 HPOOrderInterID; // int --²É¹º¶©µ¥ID public Int64 HPOOrderEntryID; // int -- public string HPOOrderBillNo; // --²É¹º¶©µ¥ºÅ public Int64 HSeOrderInterID; // int --ÏúÊÛ¶©µ¥ID public Int64 HSeOrderEntryID; // int -- public string HSeOrderBillNo; // --ÏúÊÛ¶©µ¥ºÅ public Int64 HICMOInterID; // int --Éú²ú¶©µ¥ID public Int64 HICMOEntryID; // int --Éú²ú¶©µ¥×ÓÄÚÂë public string HICMOBillNo; // varchar(100)--Éú²ú¶©µ¥ºÅ } }