duhe
2024-05-24 55a3bb214b1c9d87be2619496325dd490702294b
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;
    }
}