using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsGy_MateMouldInfo_Model : DBUtility.ClsGy_Base_Model
|
{
|
public Int64 HItemID;// int
|
public Int64 HInterID;// int --ÄÚÂë
|
public Int64 HEntryID;// int
|
public DateTime HBeginDate;// datetime --¿ªÊ¼ÈÕÆÚ
|
public DateTime HEndDate;// datetime --½áÊøÈÕÆÚ
|
public string HRemark;// varchar(500) --±¸×¢
|
public string HMaker;// varchar(50) --ÖÆµ¥ÈË
|
public DateTime HMakeDate;// datetime
|
public string HChecker;// varchar(50) --ÉóºËÈË£¨Áбí¿ÉÅúÁ¿ÉóºË£©
|
public DateTime HCheckDate;// datetime
|
public bool HUsed;// bit --ʹÓñê¼Ç
|
//--------------------------------------------
|
public Int64 HMaterID;// int --ÎïÁÏÄÚÂë
|
public Int64 HRelationID;// int --Ä£¾ßÄÚÂë
|
public Int64 HUnitID;// int --µ¥Î»ÄÚÂë
|
public string HType;// varchar(50) --·½°¸ÀàÐÍ£¨ÎïÁÏ+Ä£¾ß£¬ÎïÁÏ´óÀà+Ä£¾ß£©
|
public Int64 HMouldQty;// int --ģѨÊý
|
|
}
|
}
|