| using System; | 
| using System.Collections.Generic; | 
| using System.Text; | 
|   | 
| namespace Model | 
| { | 
|     public class ClsSc_ICMOBillQualityStatus_Tmp | 
|     { | 
|         //Éú²úÖÊÁ¿×´Ì¬ÁÙʱ±í | 
|   | 
|         public Int64 HInterID;//     int        //Ö÷±í  | 
|         public Int64 HReportEntryID;//    int    //»ã±¨µ¥×Ó±íID | 
|         public Int64 HEntryID;//  int    //×ÔÔöÁÐ | 
|         public string HBillType;//    varchar(10)    // µ¥¾ÝÀàÐÍ | 
|         public string HSplitNO;       //Åɹ¤µ¥ºÅ | 
|   | 
|         public Int64 HSourceID;//    int    //Éú²ú×ÊÔ´ID    New | 
|         public Int64 HReportType    ;//int    //»ã±¨ÀàÐÍ£¨1ÌõÂëɨÃ裬2»úÆ÷»ã±¨£¬3ÊÖ¹¤Â¼È룩 | 
|         public Int64 HBadReasonID;//    int    //²»Á¼ÔÒò | 
|         public Int64 HWasterReasonID    ;//int     //±¨·ÏÔÒò | 
|         public string HBarCode;// varchar(50)    //ÌõÐÎÂë | 
|         public string HAddr;//        varchar(20)    //»úÆ÷µØÖ· | 
|         public string HMaker;//    varchar(50)    //¼Ç¼ÈË | 
|         public DateTime HMakeDate;//    datetime    //¼Ç¼ÈÕÆÚ£¨yyyy-MM-dd hh:mm:ss£© | 
|   | 
|         public Int64 HSourceInterID;//     int    //(Éú²ú״̬±íID) | 
|         public Int64 HSourceEntryID;//    int    //£¨Éú²ú״̬ÌõÂë±íID£© | 
|         public string HSourceBillNo;//    varchar(50)    //¡®¡¯ | 
|         public string HSourceBillType;// varchar(10)    //  | 
|         public Int64 HRelationInterID;//    int    //¹ØÁªµ¥ID | 
|         public Int64 HRelationEntryID;//    int    //¹ØÁªµ¥×ÓID | 
|         public string HRelationBillNo;//    varchar(50)    //¹ØÁªµ¥ºÅ | 
|   | 
|         public string HBillNo;              //µ¥¾ÝºÅ | 
|         public Int64 HCheckManID;           //ÖʼìÈË | 
|         public string HResult;              //ÅжϽá¹û | 
|         public string HRemark;              //±¸×¢ | 
|         public string HSaveType;            //±£´æÀàÐÍ ²»Á¼Æ·±£´æ£¬±¨·ÏÆ·±£´æ | 
|   | 
|         public Int64 HICMOInterID;          //Éú²ú¶©µ¥Ö÷ÄÚÂë | 
|         public Int64 HICMOEntryID;          //Éú²ú¶©µ¥×ÓÄÚÂë | 
|         public string HICMOBillNo;          //Éú²ú¶©µ¥ºÅ | 
|         public Int64 HMaterID;              //²úÆ·ÄÚÂë | 
|         public Int64 HProcID;               //¹¤ÐòÄÚÂë | 
|         public string HDate;                //ÖÆµ¥ÈÕÆÚ | 
|         public Int64 HGroupID;              //°à×éÄÚÂë | 
|         public Int64 HDeptID;               //²¿ÃÅÄÚÂë | 
|         public Int64 HStationID;            //¹¤Î»ÄÚÂë | 
|         public Int64 HPRDORGID;             //Éú²ú×éÖ¯ÄÚÂë | 
|         public Int64 HAuxPropID;            //¸¨ÖúÊôÐÔÄÚÂë | 
|   | 
|         public Int64 HBadResultID;          //²»Á¼½á¹û | 
|         public Int64 HBadTypeID;            //²»Á¼ÀàÐÍ | 
|         public Int64 HMTONo;                //¼Æ»®¸ú×ٺŠ| 
|         public Int64 HOTHERORGID;           //ÆäËü×éÖ¯(Ô¤Áô) | 
|         public Int64 HOWNERID;              //»õÖ÷ | 
|         public Int64 HOWNERTYPEID;          //»õÖ÷ÀàÐÍ | 
|   | 
|         public Int64 HProcExchInterID;      //¹¤ÐòÁ÷ת¿¨ÄÚÂë | 
|         public Int64 HProcExchEntryID;      //¹¤ÐòÁ÷ת¿¨×ÓÄÚÂë | 
|         public string HProcExchBillNo;      //¹¤ÐòÁ÷ת¿¨ºÅ | 
|   | 
|         public Int64 HQualityReportEntryID; //ÖÊÁ¿»ã±¨µ¥×Ó±íID | 
|   | 
|         public string HChecker;      //ÉóºËÈË | 
|         public string HCheckDate;   //ÉóºËÈÕÆÚ | 
|         public string HUpDater;//ÐÞ¸ÄÈË | 
|         public string HUpDateDate; //ÐÞ¸ÄÈÕÆÚ | 
|         public string HCloseMan; //¹Ø±ÕÈË | 
|         public string HCloseDate;//¹Ø±ÕÈÕÆÚ | 
|         public bool HCloseType;   //¹Ø±ÕÀàÐÍ | 
|         public string HDeleteMan;// ×÷·ÏÈË | 
|         public string HDeleteDate; //×÷·ÏÈÕÆÚ | 
|         // | 
|     } | 
| } |