using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsKf_CheckStockBillSub:DBUtility.ClsXt_BaseBillSub
|
{
|
public Int64 HMaterID; //ÎïÁÏID
|
public Int64 HPropertyID; //¸¨ÖúÊôÐÔ
|
public Int64 HUnitID; //¼ÆÁ¿µ¥Î»
|
public Int64 HSecUnitID; //¸¨Öú¼ÆÁ¿µ¥Î»
|
public double HSecUnitRate; //»»ËãÂÊ
|
public double HQtyMust; //ÊýÁ¿
|
public double HQtyRel;
|
public double HQty; //ÊýÁ¿
|
public double HPrice; //Ô±Òµ¥¼Û
|
public double HMoney; //Ô±Ò½ð¶î
|
public long HWHID; //²Ö¿âID
|
public long HSCWHID; //µ÷³ö²Ö¿âID
|
|
public Int64 HSeOrderInterID;
|
public Int64 HSeOrderEntryID;
|
public string HSeOrderBillNo;
|
public Int64 HPOOrderInterID;
|
public Int64 HPOOrderEntryID;
|
public string HPOOrderBillNo;
|
}
|
}
|