using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsHR_EmployeeSkillBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
public Int64 HDeptID;// ²¿ÃÅ
|
public Int64 HPostID;// ¸Úλ
|
public Int64 HOrgID; //×éÖ¯
|
public Int64 HEmpID;// Ö°Ô±
|
public Int64 HCheckEmpID;// -ÆÀ¶¨ÈË
|
public Int64 HManagerEmpID; //Éϼ¶Áìµ¼
|
public string HInnerBillNo; //ÄÚ²¿¶©µ¥ºÅ
|
}
|
}
|