1
duhe
2023-07-11 d75ae665fc400044de048e76ff5751ce65c64a79
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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsYS_ReceiveBillMain_K3 : DBUtility.ClsXt_BaseBillMain
    {
        public DateTime HFincDate;//            --²ÆÎñÈÕÆÚ 
        public Int64 HItemClassID;//            --ºËËãÏîÄ¿Àà±ð
        public string HRPBank_Pay;//            --ºËËãÏîÄ¿¿ª»§ÒøÐÐ
        public string HBankAcct_Pay;//            --ºËËãÏîÄ¿ÒøÐÐÕʺÅ
        public Int64 HAccountid;//                --ÏÖ½ðÀà¿ÆÄ¿
        public string HRPBank;//                --ÊÕ¿îÒøÐÐ
        public string HBankAcct;//                --ÒøÐÐÕʺÅ
        public Int64 HCurrencyID;//                --±Ò±ð
        public double HExchangeRate;//            --»ãÂÊ
        public Int64 HReceiveCyID;//            --½ÓÊÕ±Ò±ð
        public double HAmount;//                --×ܽð¶î
        public double HAmountFor;//                --±¾Î»±Ò×ܽð¶î
        public double HReceiveAmount;//            --µ¥¾Ý½ð¶î
        public double HReceiveAmountFor;//        --±¾Î»±Òµ¥¾Ý½ð¶î
        public double HDiscountAmount;//        --ÕÛ¿Û½ð¶î
        public double HDiscountAmountFor;//        --±¾Î»±ÒÕÛ¿Û½ð¶î
        public Int64 HContractID;//                --ºÏͬÄÚÂë
        public string HContractNo;//            --ºÏͬºÅ
        public Int64 HCustomer;//                --¿Í»§ÄÚÂë
        public Int64 HDepartment;//                --²¿ÃÅÄÚÂë
        public Int64 HEmployee;//                --ÒµÎñÔ±
        public string HExplanation;//            --ÕªÒª
    }
}