yusijie
2024-08-26 d6852d68cc3dce5dc4347981d9a687b21df02f8d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsSc_MESBeginWorkBillSub_RelationBill : DBUtility.ClsXt_BaseBillSub
    {
        public Int64 HRelationBillInterID;
        public Int64 HRelationBillEntryID;
        public String HRelationBillNo;
        public String HRelationBillType;
        public Int64 HICMOInterID;
        public Int64 HICMOEntryID;
        public String HICMOBillNo;     
        public Int64 HProcExchInterID;
        public Int64 HProcExchEntryID;
        public String HProcExchBillNo;
        public Int64 HMaterID;
        public Int64 HProcID;     
    }
}