using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsYS_ReceiveOtherBillMain:DBUtility.ClsXt_BaseBillMain
|
{
|
public DateTime HAccDate;// datetime //ÊÕ¿îÈÕÆÚ
|
public Int64 HCusID;// int //¿Í»§£¨gy_supplier£©
|
public Int64 HCurID;// int //±Ò±ð
|
public Single HExRate;// money //»ãÂÊ£¨Ñ¡±Ò±ð´ø³ö£©
|
public Int64 HDeptID;// int //²¿ÃÅ
|
public Int64 HEmpID;// int //¾ÊÖÈË
|
public Int64 HProjectMoneyID;// int //·ÑÓÃÏîÄ¿
|
public string HType;// varchar(20) --·¢Æ±ÀàÐÍ
|
public double HMoney;// dec(18,8) //µ¥¾Ý½ð¶î
|
public double HTaxRate;// dec(18,8) //˰ÂÊ
|
public double HSumMoney;// dec(18,8) //×ܽð¶î
|
public string HExplanation;// varchar(200) --ÕªÒª
|
public string HInnerBillNo;// varchar(100) --ÄÚ²¿µ¥¾ÝºÅ
|
public Int64 HOrgID; //×éÖ¯
|
}
|
}
|