1
duhe
2025-03-31 9b4915b7b3669ffe80774740bd06c547ece49494
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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsSc_ProcExchRecordBackBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HPrintQty { get; set; }  //´òÓ¡´ÎÊý
        public Int64 HICMOInterID { get; set; }
        public Int64 HICMOEntryID { get; set; }
        public Int64 HProcExchInterID { get; set; }
        public Int64 HProcExchEntryID { get; set; }
        public Int64 HProcExchBegNO { get; set; }
        public Int64 HProcExchEndNO { get; set; }
        public Int64 HProcBegID { get; set; }
        public Int64 HProcEndID { get; set; }
        public Int64 HMaterID { get; set; }
        public Int64 HUnitID { get; set; }
        public Int64 HEmpID { get; set; }
        public Int64 HWorkShopID { get; set; }
        public Int64 HPRDORGID { get; set; }
        public string HICMOBillNo { get; set; } 
        public string HProcExchBillNo { get; set; } 
        public string HExplanation { get; set; } 
        public string HBatchNo { get; set; } 
        public string HOrderProcNo { get; set; } 
        public string HInnerBillNo { get; set; } 
        public double HPlanQty { get; set; } 
        public double HQty { get; set; } 
    }
}