yxj
18 小时以前 ebb5a4cabce43b6eff66a1f46f9adecb337ed820
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsQC_NoPassProdRequestBillMain : DBUtility.ClsXt_BaseBillMain
    {
       
        public int HICMOInterID;     // ÈÎÎñµ¥ÄÚÂë  
       
        public int HICMOEntryID;     // ÈÎÎñµ¥×ÓÄÚÂë  
       
        public string HICMOBillNo;   // ÈÎÎñµ¥ºÅ  
        
        public int HProcExchInterID;    // ¹¤ÐòÁ÷ת¿¨ÄÚÂë  
 
        public int HProcExchEntryID;    // ¹¤ÐòÁ÷ת¿¨×ÓÄÚÂë  
        
        public string HProcExchBillNo;  // ¹¤ÐòÁ÷ת¿¨ºÅ  
       
        public DateTime HHappendDate;    // ·¢Éúʱ¼ä£¨ÄêÔÂÈÕ£¬Ê±·ÖÃ룩  
       
        public int HMaterID;     // ÎïÁÏ£¨Gy_Material£©  
       
        public int HUnitID;  // ¼ÆÁ¿µ¥Î»£¨Gy_Unit£©  
      
        public string HMaterType;     // ²úÆ·ÀàÐÍ  
       
        public decimal HUnRightQty;  // ²»Á¼ÊýÁ¿  
       
        public string HLev;  // ½ô¼±³Ì¶È£¨½ô¼±¡¢ÆÕͨ£©  
      
        public int HDeptID;       // ³µ¼ä
      
        public int HProcID;   // ·¢Éú¹¤Ðò£¨gy_Process£©  
      
        public string HIsStop;    // ÊÇ·ñÍ£Ïߣ¨ÊÇ¡¢·ñ£©  
      
        public string HIsBatchUnRight;    // ÊÇ·ñÅúÁ¿ÎÊÌ⣨ÊÇ¡¢·ñ£©  
       
        public string HBarCode;  // ²»Á¼Æ·SNÂë  
      
        public string HSeOrderBillNo;     // ÏúÊÛ¶©µ¥  
       
        public int HBadPhenomenaID;  // ²»Á¼ÏÖÏó(Gy_BadPhenomena)  
      
        public string HReasonNote;    // ÎÊÌâÏÖÏó¼òÊö  
       
        public string HSendMan;  // ·¢ËÍÈË(gy_czygl)  
      
        public string HReceiveMan;    // ½ÓÊÕÈË(gy_czygl)  
      
        public string HCopyMan;   // ³­ËÍ(gy_czygl)  
    }
}