using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsKf_VirtualStockMoveBillSub_K3
|
{
|
public Int64 HInterID;
|
public Int64 HEntryID;
|
public Int64 HMaterID; //ÎïÁÏID
|
public Int64 HPropertyID; //¸¨ÖúÊôÐÔ
|
public Int64 HUnitID; //¼ÆÁ¿µ¥Î»
|
public string HBatchNo; //ÅúºÅ
|
public double HSecUnitRate; //»»ËãÂÊ
|
public double HQty; //ÊýÁ¿
|
public double HSecQty; //¸¨ÖúÊýÁ¿
|
public double HPrice; //µ÷²¦µ¥¼Û
|
public double HMoney; //µ÷²¦½ð¶î
|
public DateTime HKFDate; //Éú²ú/²É¹ºÈÕÆÚ
|
public Int64 HKFPeriod; //±£ÖÊÆÚ(Ìì)
|
public DateTime HPeriodDate; //ÓÐЧÆÚÖÁ
|
public Int64 HWHID; //µ÷Èë²Ö¿âID
|
public Int64 HSPID; //µ÷Èë²ÖλID
|
public Int64 HSCWHID; //µ÷³ö²Ö¿âID
|
public Int64 HSCSPID; //µ÷³ö²ÖλID
|
public string HCloseMan; //ÐйرÕ
|
public bool HCloseType; //¹Ø±ÕÀàÐÍ
|
public string HRemark;
|
public Int64 HSourceInterID;
|
public Int64 HSourceEntryID;
|
public string HSourceBillNo;
|
public string HSourceBillType;
|
public double HRelationQty; //¹ØÁªÊýÁ¿
|
public double HRelationMoney; //¹ØÁªÊýÁ¿
|
}
|
}
|