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
36
37
38
39
40
41
42
43
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsSc_ProcPlanSortBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HRelationInterID;
        public Int64 HProcID;
        public Int64 HDeptID;
        public Int64 HMaterID;
        public Int64 HSourceID;
        public Int64 HUnitID;
        public Int64 HGroupID;
        public Int64 HWorkerID;
        public string HSplitNo;
        public int HYX;
        public DateTime  HPlanBeginDate;
        public DateTime HPlanEndDate;
        public double HPlanQty;
        public double HSplitPlanQty;
        public double HSplitRelationQty;
        public double HRelationQty;
        public bool HKTQ;
        public double HWorkQty;
        public double HReadyTimes;
        public Int64 HSourceInterID;
        public Int64 HSourceEntryID;
        public string HSourceBillNo;
        public string HSourceBillType;
        public Int64 HProcPlanInterID;
        public Int64 HProcPlanEntryID;
        public string HProcPlanBillNo;
        public Int64 HICMOInterID;
        public string HICMOBillNo;
        public string HSeOrderBillNo;
        public Int64 HSeOrderInterID;
        public Int64 HSeOrderEntryID; 
        //
        public List<ClsSc_ProcPlanSortBillSub> DetailColl = new List<ClsSc_ProcPlanSortBillSub>();
    }
}