using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsCrm_CustomerAppealBillMain : DBUtility.ClsXt_BaseBillMain 
 | 
    { 
 | 
        public string HContext;                     //Ö÷Ìâ 
 | 
        public string HOrderBillNo;                 //¶©µ¥ºÅ 
 | 
        public Int64 HManager;                      //Ö÷µ¼ÈË 
 | 
        public Int64 HServiceMan;                   //¿Í·þ 
 | 
        public Int64 HCusID;                        //¿Í»§ 
 | 
        public string HLinkMan;                     //¿Í»§ÁªÏµÈË 
 | 
        public string HAppealType;                  //ͶËß·ÖÀà 
 | 
        public DateTime HAppealTime;                //ͶËßʱ¼ä 
 | 
        public DateTime HHappenTime;                //·¢Éúʱ¼ä 
 | 
        public string HLevel;                       //½ô¼±³Ì¶È 
 | 
        public Int64 HWorkShopID;                   //³µ¼ä(²¿ÃÅ) 
 | 
        public Int64 HMaterID;                      //ͶËß²úÆ· 
 | 
        public Int64 HUnitID;                       //¼ÆÁ¿µ¥Î» 
 | 
        public string HMaterType;                   //²úÆ·ÀàÐÍ 
 | 
        public double HQty;                         //Íê³ÉÊýÁ¿ 
 | 
        public double HBadQty;                      //²»Á¼ÊýÁ¿ 
 | 
        public string HBadSource;                   //ÎÊÌâÀ´Ô´ 
 | 
        public Int64 HBadReasonID;                  //²»Á¼ÔÒò 
 | 
        public Int64 HProcID;                       //·¢Éú¹¤Ðò 
 | 
        public string HWorkedResult;                //´¦Àí½á¹û 
 | 
        public string HIsStopLine;                  //ÊÇ·ñÍ£Ïß 
 | 
        public string HIsRepeat;                    //ÊÇ·ñÖØ¸´·¢Éú 
 | 
        public string HIsMater;                     //ÊÇ·ñÉæ¼°ÎïÁÏ 
 | 
        public string HMaterNumber;                 //ÎïÁÏÁϺŠ
 | 
        public string HBarCode;                     //²»Á¼Æ·SNÂë 
 | 
        public string HBadNote;                     //ÎÊÌâÏÖÏó¼òÊö 
 | 
        public string HBadRemark;                   //ÎÊÌâÏêϸÃèÊö 
 | 
    } 
 | 
} 
 |