using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsCg_POInStockBillSub: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 HCheckQty; //¼ìÑéÊý
|
public double HPassQty; //ºÏ¸ñÊý
|
public double HBadQty; //²»ºÏ¸ñÊý
|
public double HPrice;// dec(18,8) --Ô±Òµ¥¼Û
|
public double HMoney;// dec(18,8) --Ô±Ò½ð¶î
|
public double HTaxPrice;// dec(18,8) --º¬Ë°µ¥¼Û
|
public double HTaxMoney;// dec(18,8) --º¬Ë°½ð¶î
|
public double HTaxRate;// dec(18,8) --º¬Ë°½ð¶î
|
public double HTaxMoney_TAX;// dec(18,8) --º¬Ë°½ð¶î
|
public double HTaxRate_TAX;// dec(18,8) --º¬Ë°½ð¶î
|
public Int64 HWHID;// --ÊÕÁϲֿâ
|
public Int64 HPOOrderInterID;//
|
public Int64 HPOOrderEntryID;//
|
public string HPOOrderBillNo;//
|
public Int64 HSecUnitID;// ¸¨Öúµ¥Î»
|
|
public Int64 HInterID;
|
public Int64 HEntryID;
|
public Int64 HSPID;
|
public Int64 HSourceInterID;
|
public Int64 HSourceEntryID;
|
public string HSourceBillNo;
|
public Int64 HAuxPropID;
|
public string HBatchNO;
|
public string HMTONo;
|
public string HPlanMode;
|
public Int64 HERPInterID;
|
public Int64 HERPEntryID;
|
public double HRelationQty;
|
public Int64 HGiveAwayFlag;
|
public double HReceiveQty;
|
public Int64 HSEQ;
|
public string HPRODUCEDATE;
|
public string HEXPIRYDATE;
|
public string HSUPPLYLOT;
|
public string HREQTRACENO;
|
public Int64 HBOMID;
|
public Int64 HSTOCKUNITID;
|
public Int64 HBASEUNITID;
|
public Int64 HSTOCKSTATUSID;
|
public string HKEEPERTYPEID;
|
public string HPROJECTNO;
|
public string HGIVEAWAY;
|
public string HCHECKINCOMING;
|
public string HDISCOUNTRATE;
|
public double HPRICECOEFFICIENT;
|
public Int64 HPRICEUNITID;
|
public Int64 HPRICELISTENTRY;
|
public double HSAMPLEDAMAGEQTY;
|
public double HSAMPLEDAMAGEBASEQTY;
|
public Int64 HPAYORGID;
|
public Int64 HSETTLEORGID;
|
public Int64 HSETTLECURRID;
|
public Int64 HSETTLEMODEID;
|
public Int64 HEXCHANGETYPEID;
|
public double HEXCHANGERATE;
|
public Int64 HPAYCONDITONID;
|
public Int64 HLOCALCURRID;
|
public Int64 HISINCLUDEDTAX;
|
public Int64 HISPRICEEXCLUDETAX;
|
public Int64 HTAXRATEID;
|
public double HCOSTPERCENT;
|
public double HCOSTAMOUNT;
|
public Int64 HVAT;
|
public Int64 HSELLERWITHHOLDING;
|
public Int64 HBUYERWITHHOLDING;
|
|
}
|
}
|