using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Model { public class ClsPM_ProjectCommunicationBillMain_Model :DBUtility.ClsXt_BaseBillMain { public int HProjectID { get; set; } public string HProNumber { get; set; } public string HProName { get; set; } public int HCusID { get; set; } public int HPMEmpID { get; set; } public int HWorkEmpID { get; set; } public int HReportEmpID { get; set; } public string HProRisk { get; set; } public string HProProgramme { get; set; } public string HProSituation { get; set; } public int HPrintQty { get; set; } } }