yangle
2025-04-02 5cf903c0d4fa20a502026cd80b83025659345647
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;     
    }
}