yxj
12 小时以前 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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsQC_NoPassProdCheckBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HPrintQty;
        //
        public Int64 HSourceID;
        public Int64 HICMOInterID;
        public String HICMOBillNo;
        public double HInStockQty;
        public double HCheckQty;
        public double HRightQty;
        public Int64 HFirstCheckEmp;
        public String HCheckerResult;
        public String HNote;
        public Int64 HProcExchInterID;
        public Int64 HProcExchEntryID;
        public String HProcExchBillNo;
        public Int64 HMaterID;
        public Int64 HProcID; 
        public Int64 HWorkCenterID;
 
        public double HBadQty; //--²»ºÏ¸ñPCS
        public double HPlanQty; //--Ìá½»PCS
        public double HBadPNL; //--²»ºÏ¸ñPNL
        public double HPlanPNL; //--Ìá½»PNL
        public string HGroupName;//varchar(50)     °à´Î
        public string HOrderProcNo;
        public double HProcExchQty; 
    }
}