1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| using System;
| using System.Collections.Generic;
| using System.Text;
|
| namespace Model
| {
| public class ClsQC_PatrolProcCheckBillSub_BadReason : DBUtility.ClsXt_BaseBillSub
| {
| public Int64 HInterID;
| public string HBillNo_bak;
| public Int64 HEntryID;
| public Int64 HItemID;
| public Int64 HSEQ;
| public DateTime HCreateDate;
| public Int64 HBadReasonID;
| public Int64 HEmpID ;
| public Int64 HProcID ;
| public Int64 HCheckEmpID;
| public DateTime HFinishDate;
| public Int64 HMaterID ;
| public double HQty;
| }
| }
|
|