using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsXs_SeOrderBillMain:DBUtility.ClsXt_BaseBillMain
|
{
|
public string HAddress;// varchar(200) --½»»õµØµã
|
public Int64 HSSID;// int --½áË㷽ʽ (Gy_SettleStyle)
|
public Int64 HSellSID;// int --ÏúÊÛ·½Ê½ (Gy_SellStyle) new
|
public Int64 HCusID;// int --¹©Ó¦ÉÌ £¨Gy_Supplier£©
|
public Int64 HCurID;// int --±Ò±ð (Gy_Currency)
|
public Single HExRate;// money --»ãÂÊ (Ñ¡ÔñÍê±Ò±ð´ø³ö)
|
public Int64 HEmpID;// int --ÒµÎñÔ± (Gy_Employee)
|
public Int64 HManagerID;// int --Ö÷¹Ü (Gy_Employee)
|
public Int64 HDeptID;// int --²¿ÃÅ (Gy_Employee)
|
public string HExplanation;// varchar(200) --ÕªÒª
|
public string HInnerBillNo;// varchar(50) --ÄÚ²¿µ¥¾ÝºÅ
|
public DateTime HSSDate;// datetime --½áËãÈÕÆÚ --addnew
|
public string HChangeMan;// varchar(50) --±ä¸üÈË£¨²»¿É±à¼,»ÒÉ«ÏÔʾÀàËÆÉóºËÈË£© --addnew
|
public DateTime HChangeDate;// datetime --±ä¸üÈÕÆÚ£¨²»¿É±à¼,»ÒÉ«ÏÔʾ£© --addnew
|
|
|
public Int64 HInterID;
|
public long HYear;
|
public long HPeriod;
|
public string HBillType;
|
public string HBillSubType;
|
public DateTime HDate;
|
public string HBillNo;
|
public int HBillStatus;
|
public string HRemark;
|
public string HChecker;
|
public string HCheckDate;
|
public string HMaker;
|
public string HMakeDate;
|
public string HCloseMan;
|
public string HCloseDate;
|
public Int64 HERPInterID;
|
public string HERPBillType;
|
public Int64 HSALEORGID;
|
|
public Int64 HSALEGROUPID;
|
public Int64 HRECEIVEID;
|
public Int64 HSETTLEID;
|
public Int64 HCHARGEID;
|
public Int64 HHEADLOCID;
|
public Int64 HRECCONTACTID;
|
public Int64 HCORRESPONDORGID;
|
public string HBUSINESSTYPE;
|
}
|
}
|