using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsXs_SeOrderBillSub:DBUtility.ClsXt_BaseBillSub
|
{
|
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 HTaxPrice; // dec(18,8) --º¬Ë°µ¥¼Û --addnew
|
public double HMoney; // dec(18,8) --½ð¶î
|
public double HDiscountRate;// money --ÕÛ¿ÛÂÊ£¨¿É±à¼£© --addnew
|
public double HRelTaxPrice;// dec(18,8) --ʵ¼Êº¬Ë°µ¥¼Û£¨²»¿É±à¼£© --addnew
|
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 HOutStockQty;// dec(18,8) --³ö¿âÊýÁ¿£¨²»¿É±à¼£© --addnew
|
public double HInvoiceQty;// dec(18,8) --¿ªÆ±ÊýÁ¿£¨²»¿É±à¼£© --addnew
|
public string HRemark;// varchar(200) --±¸×¢
|
|
public string HCusMaterNumber; //¿Í»§ÎïÁϱàÂë
|
public string HCusModel; //¿Í»§¹æ¸ñÐͺÅ
|
public string HCusMaterName; //¿Í»§ÎïÁÏÃû³Æ
|
|
|
public Int64 HInterID;
|
public Int64 HEntryID;
|
|
|
public DateTime HEntryCloseDate;// datetime --ÐÐ¹Ø±Õ (ĬÈÏΪ'') new
|
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;
|
|
public decimal HLineTotal;
|
public Int64 HSTOCKORGID;
|
public Int64 HOWNERID;
|
public string HOWNERTYPEID;
|
public string HMAPID;
|
public Int64 HSTOCKUNITID;
|
public Int64 HBASEUNITID;
|
public string HBFLOWID;
|
public Int64 HSETTLEORGID;
|
public Int64 HTAXCOMBINATION;
|
public Int64 HPRICEUNITID;
|
public Int64 HISFREE;
|
public decimal HPRICECOEFFICIENT;
|
public decimal HSYSPRICE;
|
public decimal HLIMITDOWNPRICE;
|
public Int64 HPARENTMATID;
|
|
public string HROWID;
|
public string HROWTYPE;
|
|
public string HPARENTROWID;
|
public Int64 HDELIVERYCONTROL;
|
public Int64 HLOCALCURRID;
|
public Int64 HEXCHANGETYPEID;
|
public Int64 HSETTLECURRID;
|
public Int64 HSETTLEMODEID;
|
public Int64 HRECCONDITIONID;
|
public Int64 HISINCLUDEDTAX;
|
public Int64 HISPRICEEXCLUDETAX;
|
public decimal HEXCHANGERATE;
|
public Int64 HTAXRATEID;
|
public decimal HCOSTPERCENT;
|
public Int64 HVAT;
|
public Int64 HSELLERWITHHOLDING;
|
public Int64 HBUYERWITHHOLDING;
|
public Int64 HPRICELISTENTRY;
|
public Int64 HOrderLevID;
|
public bool HisStockGoods;
|
|
public double HRelationQty_SellOutCheck;
|
public double HRelationMoney_SellOutCheck;
|
public double HRelationQty_ICMO;
|
public double HRelationQty_SellBack;
|
public double HRelationQty_SellBackCheck;
|
|
public string HRemark_TL; //ͶÁÏ
|
public string HRemark_SJG; //Éî¼Ó¹¤
|
}
|
}
|