using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsCrm_CusAppealResultBillMain : DBUtility.ClsXt_BaseBillMain 
 | 
    { 
 | 
        public Int64 HManagerID;//    int        ¸ºÔðÈË(h_v_IF_employee) 
 | 
        public Int64 HArtEmpID;//        int        ¼¼Êõ¹¤³Ìʦ(h_v_IF_Employee)        --addnew 
 | 
        public Int64 HEmpID;//    int            ÒµÎñÔ±(h_v_IF_Employee)            --addnew 
 | 
        public string HLev;//        varchar(10)    ½ô¼±³Ì¶È£¨·Ç³£½ô¼±£¬½ô¼±£¬ÆÕͨ£© 
 | 
        public double HUseTime;//    money        »¨·Ñʱ¼ä(·ÖÖÓ) 
 | 
        public string HWorkedProc;//    varchar(500)    ´¦Àí¹ý³Ì 
 | 
        public Int64 HMaterID;//        int        --ͶËß²úÆ·£¨h_v_IF_Material£© 
 | 
        public Int64 HUnitID;//            int        --µ¥Î»£¨h_v_IF_Unit£© 
 | 
        public double HQty;//            dec(18,8)    --×ÜÊýÁ¿ 
 | 
        public double HPrice;//        dec(18,8)    --µ¥¼Û 
 | 
        public double HMoney;//        dec(18,8)    --×ܽð¶î 
 | 
        public string HBatchNo;//        varchar(50)    --Åú´Î 
 | 
        public string HWorkedResult;//        varchar(10)    Åж¨½á¹û 
 | 
        public Int64 HSourceInterID;//    int  --Ô´µ¥ID 
 | 
        public Int64 HSourceEntryID;//    int    --Ô´µ¥×ÓID 
 | 
        public string HSourceBillNo;//    varchar(50) --Ô´µ¥µ¥ºÅ 
 | 
        public string HSourceBillType;//    varchar(10) --Ô´µ¥ÀàÐÍ 
 | 
        public double HRelationQty;//     dec(18,8)  --¹ØÁªÊýÁ¿ 
 | 
        public double HRelationMoney;//    dec(18,8)  --¹ØÁª½ð¶î 
 | 
  
 | 
    } 
 | 
} 
 |