using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsCg_POOutStockBillSub_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; //ÍËÁϲֿâ
|
public Int64 HSPID; //²Öλ
|
}
|
}
|