using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsGy_Source_Model : DBUtility.ClsGy_Base_Model
|
{
|
//
|
public Int64 HProcID;
|
public Int64 HRelationID;
|
public Int64 HCenterID;
|
public string HType;
|
public string HBarCode;
|
public Int64 HEquipFileID_K3;
|
public Int64 HGroupID;
|
public Int64 HGroupK3ID;
|
|
public Int64 HDeptID;
|
public double HOverTimes;// money //¼Ó°à¹¤Ê± --addnew
|
public double HWorkTimes;// money // µ¥°à¹¤Ê± --addnew
|
public double HMaxWorkTimes;//money //µ¥°à×î´ó¹¤Ê± --addnew
|
public double HMinAdd;// money //×îС½ø½× --addnew
|
public Int64 HClassCount;// int //ÿÈÕ°à´Î --addnew
|
public int HUSEORGID;
|
public int HEmpID; //¸ºÔðÈË
|
public string HMacAddr; //macµØÖ·
|
}
|
}
|