using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsXs_SeOrderBillSub:DBUtility.ClsXt_BaseBillSub
|
{
|
public DateTime HEntryCloseDate;// datetime --ÐÐ¹Ø±Õ (ĬÈÏΪ'') new
|
public string HRemark;// varchar(200) --±¸×¢
|
public Int64 HMaterID;// int --ÎïÁÏID (Gy_Material)
|
public Int64 HUnitID;// int --¼ÆÁ¿µ¥Î» (Gy_Unit)
|
public double? HQty;// dec(18,8) --ÊýÁ¿
|
public double HPrice;// dec(18,8) --Ô±Òµ¥¼Û
|
public double HMoney;// dec(18,8) --Ô±Ò½ð¶î
|
public Single HTaxRate;// money --˰ÂÊ
|
public double HTaxMoney;// dec(18,8) --˰¶î=Ô±Ò½ð¶î*˰ÂÊ
|
public double HlineTotal;// dec(18,8) --¼Û˰ºÏ¼Æ=Ô±Ò½ð¶î+˰¶î
|
public double HlineTotalBB;// dec(18,8) --±¾Î»±Ò¼Û˰ºÏ¼Æ=£¨Ô±Ò½ð¶î+˰¶î£©*»ãÂÊ new
|
public DateTime HDate;// datetime --½»»õÈÕÆÚ
|
public double HTaxPrice;// dec(18,8) --º¬Ë°µ¥¼Û --addnew
|
public double HDiscountRate;// money --ÕÛ¿ÛÂÊ£¨¿É±à¼£© --addnew
|
public double HRelTaxPrice;// dec(18,8) --ʵ¼Êº¬Ë°µ¥¼Û£¨²»¿É±à¼£© --addnew
|
public double HOutStockQty;// dec(18,8) --³ö¿âÊýÁ¿£¨²»¿É±à¼£© --addnew
|
public double HInvoiceQty;// dec(18,8) --¿ªÆ±ÊýÁ¿£¨²»¿É±à¼£© --addnew
|
|
|
public Int64 HInterID;
|
public Int64 HEntryID;
|
public Int64 HSourceInterID;
|
public Int64 HSourceEntryID;
|
public string HSourceBillNo;
|
public string HSourceBillType;
|
public double HRelationQty;
|
public Int64 HPropertyID;
|
public string HBatChNo;
|
public Int64 HAuxPropID;
|
public string HMTONo;
|
public Int64 HERPInterID;
|
public Int64 HERPEntryID;
|
public decimal HBackRelationQty;
|
public Int64 HWhID;
|
public Int64 HSPID;
|
|
}
|
}
|