1
yxj
16 小时以前 23dbc5b616dfa1a2bcb1fa4302637b8df701f43c
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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsSc_MouldLowerBillSub : DBUtility.ClsXt_BaseBillMain
    {
        
        public Int64 HMouldID;         
        public Int64 HUnitID;         
        public Int64 HQty;         
        public Int64 HSourceID;     
        public Int64 HEquipID;     
        public Int64 HICMOInterID;     
        public Int64 HICMOEntryID;     
        public string HICMOBillNo;
        public Int64 HProcExchInterID;
        public Int64 HProcExchEntryID;
        public string HProcExchBillNo;
        public string HScanDate;
        public string HBarCode;
        public string HMouldNumber;
 
    }
}