using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsKf_StockOutRequestBillSub: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)--Éú²ú¶©µ¥ºÅ 
 | 
  
 | 
        public string HMTONo; 
 | 
        public Int64 HPlanMode; 
 | 
        public Int64 HERPInterID; 
 | 
        public Int64 HERPEntryID; 
 | 
        public Int64 HAuxPropID; 
 | 
        public string HBatchNO; 
 | 
        public Int64 HSPID; 
 | 
        public Int64 HSCSPID; 
 | 
        public Int64 HSTOCKORGID; 
 | 
        public Int64 HOWNERID; 
 | 
        public string HOWNERTYPEID; 
 | 
        public Int64 HSTOCKORGINID; 
 | 
        public Int64 HOWNERINID; 
 | 
        public string HOWNERTYPEINID; 
 | 
        public string HPRODUCEDATE; 
 | 
        public string HEXPIRYDATE; 
 | 
        public Int64 HBASEUNITID; 
 | 
        public Int64 HEXTAUXUNITID; 
 | 
        public double HSECQTY; 
 | 
        public Int64 HSEQ; 
 | 
        public Int64 HSTOCKSTATUSID; 
 | 
        public Int64 HBOMID; 
 | 
    } 
 | 
} 
 |