using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsHR_EmployeeSkillExamBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
public Int64 HDeptID;// 部门
|
public Int64 HGroupID;// 生产班组
|
public Int64 HCheckEmpID; //评定人
|
public Int64 HMaterID;// 产品编码
|
public Int64 HProcID;// 工序
|
public Int64 HSourceID;// 生产资源
|
public Int64 HOrgID;// 组织
|
public Int64 HDivisionID;// 事业部
|
}
|
}
|