using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsPay_SumBalBillSub : DBUtility.ClsXt_BaseBillSub
|
{
|
//public DateTime HEntryCloseDate;// datetime --ÐÐ¹Ø±Õ (ĬÈÏΪ'') new
|
|
|
|
public Int64 HMaterID;// int --ÎïÁÏID
|
public Int64 HProcID;// int --¹¤ÐòID
|
public Int64 HEmpID;// int --Ö°Ô±ID
|
public double HTimes;// decimal(18,8) --¹¤Ê±
|
public double HQty;// decimal(18,8) --ÊýÁ¿
|
public double HPrice;// decimal(18,8) --¹¤¼Û
|
public double HMoney;// decimal(18,8) --½ð¶î
|
|
public double HReportQty;// decimal(18,8) --Ի㱨ÊýÁ¿
|
public double HSumReportQty;// decimal(18,8) --×ܻ㱨ÊýÁ¿
|
public double HSumStockQty;// decimal(18,8) --×ÜÈë¿âÊýÁ¿
|
public Single HEmpRate;// money --Ô±¹¤ÏµÊý
|
|
public Int64 HICMOInterID;// int --Éú²úÈÎÎñµ¥ID
|
public string HICMOBillNo;// varchar(50) --Éú²úÈÎÎñµ¥ºÅ
|
public Int64 HProcReportInterID;// int --¹¤Ðò»ã±¨µ¥ID
|
public Int64 HProcReportEntryID;// int --¹¤Ðò»ã±¨µ¥×ÓID
|
public string HProcReportBillNo;// varchar(50) --¹¤Ðò»ã±¨µ¥ºÅ
|
public Int64 HProcPlanInterID;// int --¹¤Ðò¼Æ»®µ¥ID
|
public Int64 HProcPlanEntryID;// int --¹¤Ðò¼Æ»®µ¥×ÓID
|
public string HProcPlanBillNo;// varchar(50) --¹¤Ðò¼Æ»®µ¥ºÅ
|
|
|
|
}
|
}
|