black-goat-me
2023-04-24 a759f9bf2a09b7c4ba10b8afa4e421a8abf511b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
using System;
using System.Collections.Generic;
using System.Text;
 
namespace DBUtility
{
    public class ClsXt_BaseBillSub
    {
        public Int64 HInterID;
        public Int64 HEntryID; 
        //
        public string HCloseMan;         //ÐйرÕ
        public bool HCloseType;        //¹Ø±ÕÀàÐÍ
        public Int64 HSourceInterID;
        public Int64 HSourceEntryID;
        public string HSourceBillNo;
        public string HSourceBillType; 
        public double HRelationQty ;      //¹ØÁªÊýÁ¿
        public double HRelationMoney;
        public string HRemark;
        public DateTime HEntryCloseDate;
    }
}