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 //¼Û˰ºÏ¼Æ-------¹Ì¶¨×Ö¶Î
|
}
|
}
|