yxj
2023-12-28 93a1529c7045390db8f57bbae4aa650ec02ad018
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsSc_QualityReportBillMain:DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HEmpID;
        public Int64 HDeptID;
        public Int64 HGroupID;
        public Int64 HICMOInterID;
        public Int64 HICMOEntryID;
        public string HICMOBillNo;
        public Int64 HProcExchEntryID;
        public Int64 HProcExchInterID;
        public Int64 HMaterID;
        public Int64 HProdOrgID;
        public Int64 HProcID;
        public string HProcExchBillNo;
        public string HBarCode;
        
    }
}