| using System; | 
| using System.Collections.Generic; | 
| using System.Text; | 
|   | 
| namespace Model | 
| { | 
|     public class ClsGy_ICBomBillMain : DBUtility.ClsXt_BaseBillMain | 
|     { | 
|         public Int64 HParentID;            //bom×é±ð | 
|         public string HVersion;            //°æ±¾ | 
|         public string  HStatus;              //״̬ | 
|         public string  HPicNo;               //ͼºÅ | 
|         public Int64 HMaterID;             //ÎïÁÏID | 
|         public Int64  HMaterTypeID;            //ÎïÁÏÊôÐÔ | 
|         public Int64  HPropertyID;       //¸¨ÖúÊôÐÔ | 
|         public Int64 HUnitID;               //µ¥Î»ID | 
|         public double  HQty;                  //ÊýÁ¿ | 
|         public Single  HProdRate;             //³ÉÆ·ÂÊ | 
|         public string HJump;                 //Ìø²ã | 
|          | 
|          | 
|     } | 
| } |