using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsGy_MatePriceProperty_Model : DBUtility.ClsGy_Base_Model
|
{
|
|
//public long HItemID;// int
|
public long HInterID;// int //ÄÚÂë
|
public long HEntryID;// int //
|
public string HBeginDate;// datetime --¿ªÊ¼ÈÕÆÚ
|
public string HEndDate;// datetime --½áÊøÈÕÆÚ
|
//public string HRemark;// varchar(500) --±¸×¢
|
public string HMaker;// varchar(50) --ÖÆµ¥ÈË
|
public string HMakeDate;// datetime
|
public string HChecker;// varchar(50) --ÉóºËÈË£¨Áбí¿ÉÅúÁ¿ÉóºË£©
|
public string HCheckDate;// datetime
|
public bool HUsed;// bit //ʹÓñê¼Ç
|
|
public long HMaterID;// int --ÎïÁÏÄÚÂ루Gy_Material£©
|
public long HRelationID;// int --¸¨ÖúÊôÐÔÄÚÂ루Gy_PropertyType£©
|
//public long HUnitID;// int --µ¥Î»ÄÚÂë(Gy_Unit)
|
public string HType;// varchar(50) --·½°¸ÀàÐÍ£¨ÎïÁÏ+¸¨ÖúÊôÐÔ£¬ÎïÁÏ·ÖÀà+¸¨ÖúÊôÐÔ£©
|
public Single HBeginQty;// money --¿ªÊ¼ÊýÁ¿
|
public Single HEndQty;// money --½áÊøÊýÁ¿
|
public long HCurID;// int --±Ò±ð
|
public double HPrice;// dec(18,8) --µ¥
|
}
|
}
|