using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsSup_AskPriceBillSub : DBUtility.ClsXt_BaseBillSub
|
{
|
//public Int64 HInterID;
|
//public Int64 HEntryID;
|
////
|
//public string HCloseMan; //ÐйرÕ
|
//public bool HCloseType; //¹Ø±ÕÀàÐÍ
|
//public Int64 HSourceInterID;
|
//public Int64 HSourceEntryID;
|
//public string HSourceBillNo;
|
//public string HSourceBillType;
|
//public double HRelationQty; //¹ØÁªÊýÁ¿
|
//public double HRelationMoney;
|
//public string HRemark;
|
//public DateTime HEntryCloseDate;
|
|
public Int64 HMaterID;// int --ÎïÁÏID (Gy_Material)
|
public Int64 HUnitID;// int --¼ÆÁ¿µ¥Î» (Gy_Unit)
|
public double HQty;// dec(18,8) --ÊýÁ¿
|
public string HDate;// datetime --½»»õÈÕÆÚ
|
public string HBagType;// varchar(200) --°ü×°·½Ê½
|
public string HCarryType;// varchar(200) --ÔËÊ䷽ʽ
|
public string HAddress;// varchar(200) --½»»õµØµã
|
|
}
|
}
|