using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsQC_NoPassProdConclusionBillMain : DBUtility.ClsXt_BaseBillMain 
 | 
    { 
 | 
        public int HDeptID;     // ÔðÈβ¿ÃÅ   
 | 
  
 | 
        public int HDisposeDeptID;     // ´¦Àí²¿ÃÅ   
 | 
  
 | 
        public int HProcID;     // ÔðÈι¤Ðò   
 | 
  
 | 
  
 | 
        public string HCheckerResult;  // Åж¨½áÂÛ 
 | 
  
 | 
        public int HBadTypeID;     // ²»Á¼ÀàÐÍ  £¨Gy_BadType£© 
 | 
  
 | 
        public int HBadReasonID;  //²»Á¼ÔÒò£¨Gy_BadReason£©   
 | 
  
 | 
        public string HDisposeNote;     // ´¦ÀíÒâ¼ûÏêÇé 
 | 
  
 | 
        public string HSendMan;  // ·¢ËÍÈË(gy_czygl)   
 | 
       
 | 
        public string HReceiveMan;    // ½ÓÊÕÈË(gy_czygl)   
 | 
       
 | 
        public string HCopyMan;   // ³ËÍ(gy_czygl)   
 | 
    } 
 | 
} 
 |