1
wtt
4 天以前 b371b604a464e7249634bbdb45cda85dd5bd1f3a
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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace DBUtility
{
    public class ClsXt_BaseBillSub
    {
        public Int64 HInterID;
        public Int64 HEntryID;
        public string HBillNo_bak;      //varchar(50)    --µ¥¾ÝºÅ£¨±¸·Ý£¬ÒÔÃâÄÚÂ붪ʧ£¬ÕÒ²»µ½¶ÔÓ¦Ö÷±í£©
        //
        public string HCloseMan;         //ÐйرÕ
        public bool HCloseType;        //¹Ø±ÕÀàÐÍ
        public Int64 HSourceInterID;
        public Int64 HSourceEntryID;
        public string HSourceBillNo;
        public string HSourceBillType; 
        public double HRelationQty ;      //¹ØÁªÊýÁ¿
        public double HRelationQty_In;
        public double HRelationQty_Out;
        public double HRelationQty_Bad;
        public double HRelationQty_WWOrder;
 
        public double HRelationMoney;
        public string HRemark;
        public DateTime HEntryCloseDate;
        public Int64 HStockOrgID;   // int          //¿â´æ×éÖ¯
        public Int64 HOWNERID;      // int          //»õÖ÷
        public Int64 HOtherOrgID;   // int          //ÆäËû¹ØÁª×éÖ¯
        public string HOWNERTYPEID; // varchar(100) //»õÖ÷ÀàÐÍ
    }
}