using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsCB_ItemMoneyBillMain_1 : DBUtility.ClsXt_BaseBillMain
|
{
|
public int HEmpID; // --职员
|
|
public int HDeptID;// --部门
|
|
public string HICMOBillNo; // --任务单号
|
|
public string HExplanation; // --摘要
|
|
|
|
public string HInnerBillNo; // --内部单据号
|
|
public DateTime HBeginDate; // --开始日期
|
|
public DateTime HEndDate; // --结束日期
|
|
public Int64 HOrgID; //组织
|
|
|
}
|
}
|