using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsXs_SeOutStockBackBillMain_K3 : DBUtility.ClsXt_BaseBillMain
|
{
|
public Int64 HPrintQty;// int --´òÓ¡´ÎÊý
|
|
public Int64 HCusID; //¿Í»§
|
public string HAddress; //½»»õµØÖ·
|
public Int64 HSellSID; //ÏúÊÛ·½Ê½
|
public Int64 HCurID; //±Ò±ð
|
public double HExRate; //»ãÂÊ
|
public Int64 HWHID; //²Ö¿â
|
public Int64 HEmpID; //ÒµÎñÔ±
|
public Int64 HMangerID; //Ö÷¹Ü
|
public Int64 HDeptID; //²¿ÃÅ
|
public string HExplanation; //ÕªÒª
|
}
|
}
|