yxj
2024-06-18 d3473e15fd14ea84a1378f3d3841bcad16c2d9f3
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
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)  
    }
}