using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsSec_ServiceBillEmp : DBUtility.ClsXt_BaseBillSub { public DateTime HEntryCloseDate;// datetime --ÐÐ¹Ø±Õ (ĬÈÏΪ'') new public Int64 HEmpID; public string HManagerFlag; public string HRemark; public string HArea; } }