using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsKf_EntrustInBackBillSub_CLD : DBUtility.ClsXt_BaseBillSub
|
{
|
//============
|
public Int64 HInterID;
|
public Int64 HEntryID;
|
public Int64 HMaterID; //ÎïÁÏID
|
public Int64 HProductID; //²úÆ·ID
|
public string HMaterModel; //¹æ¸ñÐͺÅ
|
public string HMaterName; //ÎïÁÏÃû³Æ
|
public Int64 HAuxPropID; //¸¨ÖúÊôÐÔ
|
public Int64 HUnitID; //¼ÆÁ¿µ¥Î»
|
public Int64 HSecUnitID; //¸¨Öú¼ÆÁ¿µ¥Î»
|
public double HSecCoefficient; //»»ËãÂÊ
|
public string HBatchNo; //Åú´Î
|
public double HQty; //»ù±¾µ¥Î»ÊµÊÕÊýÁ¿
|
public double HQtyMust; //»ù±¾Ó¦·¢µ¥Î»ÊýÁ¿
|
public double HSecQty; //¸¨ÖúÊýÁ¿
|
public double HPrice; //µ¥¼Û
|
public double HPlanPrice; //¼Æ»®µ¥¼Û
|
public double HAmount; //½ð¶î
|
public double HPlanAmount; //¼Æ»®¼Û½ð¶î
|
public long HEntrySupply; //¹©Ó¦ÉÌ
|
public string HBarCode; //ÌõÂë
|
|
public long HWhID; //·¢»õ²Ö¿âID
|
public long HSPID; //²ÖλID
|
public string HRemark; //±¸×¢
|
public Int64 HSourceInterID; //Ô´µ¥ÄÚÂë
|
public Int64 HSourceEntryID;
|
public string HSourceBillNo;
|
public string HSourceTranType;
|
public Int64 HOrderInterID; //¶©µ¥ÄÚÂë
|
public Int64 HOrderEntryID;
|
public string HOrderBillNo;
|
public Int64 HPPBomInterID; //ͶÁÏÄÚÂë
|
public Int64 HPPBomEntryID;
|
public string HPPBomBillNo;
|
}
|
}
|