using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsXs_SellInvoiceBillMain_K3 : DBUtility.ClsXt_BaseBillMain
|
{
|
public Int64 HCustID;// ¹º»õµ¥Î»:
|
public Int64 HPayCondition;// *ÊÕ¿îÌõ¼þint
|
public DateTime HSettleDate;// ÊÕ¿îÈÕÆÚ:
|
public Int64 HSaleStyle;// ÏúÊÛ·½Ê½:
|
public Int64 HCussentAcctID;// ÍùÀ´¿ÆÄ¿:
|
public Int64 HCurrencyID;// ±Ò ±ð:
|
public double HExchangeRate;// »ã ÂÊ:
|
public Int64 HEmpID;// ÒµÎñÔ±:
|
public Int64 HManagerID;// Ö÷¹Ü:
|
public Int64 HDeptID;// ²¿ÃÅ:
|
public Int64 HBillerID;// ¿ªÆ±ÈË:
|
public Int64 HRedBlueFlag;// ºìÀ¶µ¥
|
}
|
}
|