1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| using System;
| using System.Collections.Generic;
| using System.Text;
|
| namespace Model
| {
| /// <summary>
| /// </summary>
| public class ClsSc_ICMORptBillSub2_K3 : DBUtility.ClsXt_BaseBillSub
| {
| public Int64 HInterID;
| public Int64 HEntryID;
| public Int64 HItemID;
| public Int64 HProcExchInterID;// int --¹¤ÐòÁ÷ת¿¨ID
| public Int64 HProcExchEntryID;// int --¹¤ÐòÁ÷ת¿¨×ÓID
| public string HProcExchBillNo;// varchar(50) --¹¤ÐòÁ÷ת¿¨ºÅ
| public string HStockType; //ÀàÐÍ
| public Single HQty;
|
| }
| }
|
|