1
duhe
2024-07-29 e486bdcca9a38e52874c231eb1a36731d747578f
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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsYF_PayMentOtherBillSub:DBUtility.ClsXt_BaseBillSub
    { 
        //public DateTime HEntryCloseDate;//   datetime      --Ðйرՠ(ĬÈÏΪ'')        new
        //public string HRemark;//         varchar(200)        --±¸×¢ 
        
        //public double HRelationQty;//     dec(18,8)  --¹ØÁªÊýÁ¿
        //public double HRelationMoney;//    dec(18,8)  --¹ØÁª½ð¶î    
 
 
        public Int64 HMaterID;
        public Int64 HProcID;
        public double HQty;
        public double HPrice;
        public Int64 HMoneyItemID;//    int    //·ÑÓÃÏîÄ¿(Gy_ItemMoney)
        public Int64 HMoneyDeptID;//    int    //·ÑÓóе£²¿ÃÅ(Gy_Department)
        public Single HTaxRate;//        money    //˰ÂÊ 
        public Single HTaxMoney;//    money    //˰¶î
        public Single HMoney;//        money    //²»º¬Ë°½ð¶î
        public Single HLineTotal;//    money    //¼Û˰ºÏ¼Æ-------¹Ì¶¨×Ö¶Î
    }
}