78 lines
1.7 KiB
C#
78 lines
1.7 KiB
C#
using System;
|
|
|
|
namespace Model
|
|
{
|
|
/// <summary>
|
|
/// 安全合规类
|
|
/// </summary>
|
|
[Serializable]
|
|
public class CNCEC_MasterData_PcEp
|
|
{
|
|
public string SysId { get; set; }
|
|
|
|
public string SysMender { get; set; }
|
|
|
|
public string SysModifydate { get; set; }
|
|
|
|
public string SysState { get; set; }
|
|
|
|
public string SysCreatedate { get; set; }
|
|
|
|
public string SysCreator { get; set; }
|
|
|
|
public string PrjCode { get; set; }
|
|
|
|
public string PrjName { get; set; }
|
|
|
|
public string PrjContType { get; set; }
|
|
|
|
public string PrjFinType { get; set; }
|
|
|
|
public string PrjStatus { get; set; }
|
|
|
|
public string PrjType { get; set; }
|
|
|
|
public string AdOrgCode { get; set; }
|
|
|
|
public string BlgGroup { get; set; }
|
|
|
|
public string BlgMainPrj { get; set; }
|
|
|
|
public string BusiArea { get; set; }
|
|
|
|
public string CustCode { get; set; }
|
|
|
|
public string FactBeginDate { get; set; }
|
|
|
|
public string FactEndDate { get; set; }
|
|
|
|
public string FinOrgCode { get; set; }
|
|
|
|
public string GroupPrjCode { get; set; }
|
|
|
|
public string GroupPrjName { get; set; }
|
|
|
|
public string InitDate { get; set; }
|
|
|
|
public string IsEnable { get; set; }
|
|
|
|
public string IsFore { get; set; }
|
|
|
|
public string IsIntPrj { get; set; }
|
|
|
|
public string LocCity { get; set; }
|
|
|
|
public string LocPro { get; set; }
|
|
|
|
public string LocRegion { get; set; }
|
|
|
|
public string MnStaffCode { get; set; }
|
|
|
|
public string PlanBeginDate { get; set; }
|
|
|
|
public string PlanEndDate { get; set; }
|
|
|
|
public string PppPrjCalcType { get; set; }
|
|
}
|
|
}
|