| using System; | 
| using System.Collections.Generic; | 
| using System.Text; | 
|   | 
| namespace Model | 
| { | 
|     public class ClsGy_RoutingBillMain : DBUtility.ClsXt_BaseBillMain | 
|     { | 
|         public string HName; | 
|         public Int64 HMaterID; | 
|         public string HMaterNumber; | 
|         public Int64 HMaterTypeID; | 
|         public Int64 HUnitID; | 
|         public string HUnitNumber; | 
|         public Int64 HRoutingGroupID; | 
|         public Int64 HMainGroupID; | 
|         public bool HStandard; | 
|         public string HUseMan; | 
|         public DateTime HUseDate; | 
|   | 
|         public Int64 HMainProcID;//  int    //¹¤ÐòID                    --addnew | 
|         public Int64 HMainCenterID;// int    //¹¤×÷ÖÐÐÄID                --addnew | 
|         public string HMainTimeUnit;// varchar(10)    //ʱ¼äµ¥Î»£¨ Ä¬ÈÏΪСʱ£©        --addnew | 
|         public Int64 HMainUnitTime;// int  //ÔËÐÐʱ¼ä £¨ Ä¬ÈÏΪ1£©            --addnew | 
|         public double HMainWorkQty;//  money   //¼Ó¹¤ÊýÁ¿                --addnew | 
|         public double HMainPrice;//  money   //¶¨¶î                --addnew | 
|         public double HStdSourceQty;//  money   //±ê×¼×ÊÔ´Êý                --addnew | 
|         public double HAddSourceRate;//  money   //¼Ó×ÊÔ´ÔöÁ¿                --addnew | 
|         public double HDelSourceRate;//  money   //¼õ×ÊÔ´¼õÁ¿                --addnew | 
|   | 
|         public bool HUseFlag; | 
|         public string HPicNumVer;//  | 
|         public string HPicNumAssemble;// | 
|         public string HMaterTexture;//  | 
|         public string HProductNum;// | 
|         public string HVerNum;// | 
|         public Int64 HORGID;    //  int    Ê¹ÓÃ×éÖ¯  | 
|   | 
|     } | 
| } |