using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsXs_SeOutStockBackBillSub_K3 : DBUtility.ClsXt_BaseBillSub
|
{
|
public Int64 HMaterID; //ÎïÁÏID
|
public Int64 HPropertyID; //¸¨ÖúÊôÐÔ
|
public Int64 HUnitID; //¼ÆÁ¿µ¥Î»
|
public Int64 HSecUnitID; //¸¨Öú¼ÆÁ¿µ¥Î»
|
public DateTime HDate; //½»»õÈÕÆÚ
|
public double HSecUnitRate; //»»ËãÂÊ
|
public double HQty; //ÊýÁ¿
|
public double HPrice; //µ¥¼Û
|
public double HMoney; //½ð¶î
|
public Int64 HWHID; //²Ö¿â
|
}
|
}
|