| using System; | 
| using System.Collections.Generic; | 
| using System.Text; | 
|   | 
| namespace Model | 
| { | 
|     public class ClsK3_RoutingBillSub : DBUtility.ClsXt_BaseBillSub | 
|     { | 
|         public int HProcNo;         //¹¤ÐòºÅ | 
|         public Int64 HProcID;       //¹¤ÐòID | 
|         public string HProcNumber; | 
|         public string HProcName; | 
|         public Int64 HCenterID;     //¹¤×÷ÖÐÐÄID | 
|         public string HCenterNumber; | 
|         public string HCenterName; | 
|         public Int64 HTimeUnit;    //ʱ¼äµ¥Î»ID | 
|         public string HTimeUnitNumber; | 
|         public string HTimeUnitName; | 
|         public Single HUnitTime;    //ÔËÐÐʱ¼ä | 
|         public Single HWorkQty;     //¼Ó¹¤ÊýÁ¿ | 
|         public string HRemark; | 
|         //----------------------------------- | 
|         public Single HReadyTime; | 
|         public Single HQueueTime; | 
|         public Single HMoveTime; | 
|         //  | 
|         public double HFixPrice;//    money    //°à²ú¶¨¶î                addnew  | 
|         public double HProcPrice;//    money    //¹¤Ðò¹¤¼Û                 addnew | 
|         public double HBadPrice;//    money    //²»ºÏ¸ñµ¥¼Û                addnew | 
|         public double HWasterPrice;//    money    //±¨·Ïµ¥¼Û                addnew | 
|         public bool HStdFlag;//    bit    //±ê×¼¶¨¶î                addnew      | 
|   | 
|         public double HBeginDayQty;//    money        //¿ª¹¤ÓàÁ¿£¨ÌìÊý£©        addnew      | 
|         public double HBeginFixQty;//    money        //¿ª¹¤ÓàÁ¿£¨¹ÌÊý£©        addnew     | 
|         public bool HAutoTrunFlag;//   bit ×Ô¶¯ÒÆ×ª | 
|         //мÓ×Ö¶Î | 
|         public double HFixWorkDays;//    money        --ÉϵÀ¹Ì¶¨ÌìÊý                | 
|         public double HTrunWorkDays;//    money        --ÉϵÀÑ»·ÖÜÆÚ           | 
|         public double HReadyTimes;//    money        --±¾µÀ×¼±¸Ê±¼ä      | 
|         public double HICMOReadyTimes;//    money        --»»µ¥×¼±¸Ê±¼ä      | 
|     } | 
| } |