提交代码

This commit is contained in:
2024-12-24 19:04:32 +08:00
parent 2e3c34c38c
commit 189a020cc7
78 changed files with 9689 additions and 2214 deletions
+347
View File
@@ -0,0 +1,347 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model
{
/// <summary>
/// 推送项目实体类
/// </summary>
public class BaseProjectItem
{
/// <summary>
/// 主键
/// </summary>
public string ProjectId
{
get;
set;
}
/// <summary>
/// 主数据项目数据id
/// </summary>
public string MasterSysId
{
get;
set;
}
/// <summary>
/// 分公司单位
/// </summary>
public string UnitId
{
get;
set;
}
/// <summary>
/// 项目编码
/// </summary>
public string ProjectCode
{
get;
set;
}
/// <summary>
/// 项目名称
/// </summary>
public string ProjectName
{
get;
set;
}
/// <summary>
///
/// </summary>
public DateTime? StartDate
{
get;
set;
}
/// <summary>
///
/// </summary>
public DateTime? EndDate
{
get;
set;
}
/// <summary>
///
/// </summary>
public string ProjectAddress
{
get;
set;
}
/// <summary>
///
/// </summary>
public string ShortName
{
get;
set;
}
/// <summary>
///
/// </summary>
public string ProjectType
{
get;
set;
}
/// <summary>
///
/// </summary>
public string PostCode
{
get;
set;
}
/// <summary>
///
/// </summary>
public string Remark
{
get;
set;
}
/// <summary>
///
/// </summary>
public string ProjectState
{
get;
set;
}
/// <summary>
///
/// </summary>
public string ContractNo
{
get;
set;
}
/// <summary>
///
/// </summary>
public string WorkRange
{
get;
set;
}
/// <summary>
///
/// </summary>
public decimal? Duration
{
get;
set;
}
/// <summary>
///
/// </summary>
public bool? IsUpTotalMonth
{
get;
set;
}
/// <summary>
///
/// </summary>
public string ProjectMainPerson
{
get;
set;
}
/// <summary>
///
/// </summary>
public string ProjectLiaisonPerson
{
get;
set;
}
/// <summary>
///
/// </summary>
public bool? IsForeign
{
get;
set;
}
/// <summary>
///
/// </summary>
public string FromProjectId
{
get;
set;
}
/// <summary>
///
/// </summary>
public string MapCoordinates
{
get;
set;
}
/// <summary>
///
/// </summary>
public decimal? ProjectMoney
{
get;
set;
}
/// <summary>
///
/// </summary>
public decimal? ConstructionMoney
{
get;
set;
}
/// <summary>
///
/// </summary>
public string Country
{
get;
set;
}
/// <summary>
///
/// </summary>
public string Province
{
get;
set;
}
/// <summary>
///
/// </summary>
public string City
{
get;
set;
}
/// <summary>
///
/// </summary>
public string Telephone
{
get;
set;
}
/// <summary>
///
/// </summary>
public string EnglishRemark
{
get;
set;
}
/// <summary>
///
/// </summary>
public bool? IsFace
{
get;
set;
}
/// <summary>
///
/// </summary>
public string ProjectState2
{
get;
set;
}
/// <summary>
///
/// </summary>
public decimal? Progress
{
get;
set;
}
/// <summary>
///
/// </summary>
public string MonitorPW
{
get;
set;
}
/// <summary>
///
/// </summary>
public string MonitorId
{
get;
set;
}
/// <summary>
///
/// </summary>
public string ProjectAttribute
{
get;
set;
}
/// <summary>
/// 集团公司Base_Unit表中的UnitId
/// </summary>
public string SourceUnitId
{
get;
set;
}
/// <summary>
/// 社会统一信用码
/// </summary>
public string CollCropCode
{
get;
set;
}
}
}
@@ -0,0 +1,77 @@
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; }
}
}
@@ -0,0 +1,196 @@
using System.Collections.Generic;
using System;
namespace Model
{
public class Law_RulesRegulationsItems
{
/// <summary>
/// 生产规章制度表
/// </summary>
public string RulesRegulationsId
{
get;
set;
}
/// <summary>
/// 编号
/// </summary>
public string RulesRegulationsCode
{
get;
set;
}
/// <summary>
/// 名称
/// </summary>
public string RulesRegulationsName
{
get;
set;
}
/// <summary>
/// 类型
/// </summary>
public string RulesRegulationsTypeId
{
get;
set;
}
/// <summary>
/// 类型编号
/// </summary>
public string RulesRegulationsTypeCode
{
get;
set;
}
/// <summary>
/// 类型名称
/// </summary>
public string RulesRegulationsTypeName
{
get;
set;
}
/// <summary>
/// 订制时间
/// </summary>
public DateTime? CustomDate
{
get;
set;
}
/// <summary>
/// 适用范围
/// </summary>
public string ApplicableScope
{
get;
set;
}
/// <summary>
/// 摘要
/// </summary>
public string Remark
{
get;
set;
}
/// <summary>
///
/// </summary>
public string CompileMan
{
get;
set;
}
/// <summary>
///
/// </summary>
public DateTime? CompileDate
{
get;
set;
}
/// <summary>
///
/// </summary>
public string AuditMan
{
get;
set;
}
/// <summary>
///
/// </summary>
public DateTime? AuditDate
{
get;
set;
}
/// <summary>
///
/// </summary>
public bool? IsPass
{
get;
set;
}
/// <summary>
/// 单位id
/// </summary>
public string UnitId
{
get;
set;
}
/// <summary>
///附件字节
/// </summary>
public List<byte[]> FileContext
{
get;
set;
}
/// <summary>
///附件表主键
/// </summary>
public string AttachFileId
{
get;
set;
}
/// <summary>
///对应主键
/// </summary>
public string ToKeyId
{
get;
set;
}
/// <summary>
///附件转换
/// </summary>
public string AttachSource
{
get;
set;
}
/// <summary>
/// 附件路径
/// </summary>
public string AttachUrl
{
get;
set;
}
}
}
+16
View File
@@ -0,0 +1,16 @@
using System;
namespace Model
{
[Serializable]
public class NoticeOutput
{
public string NoticeId { get; set; }
public string NoticeCode { get; set; }
public string NoticeTitle { get; set; }
public string MainContent { get; set; }
public string CompileManName { get; set; }
public DateTime? CompileDate { get; set; }
public string AttachUrl { get; set; }
}
}
+222
View File
@@ -0,0 +1,222 @@
using System;
namespace Model
{
/// <summary>
/// 安全合规类
/// </summary>
[Serializable]
public class SafeLawItem
{
/// <summary>
/// ID
/// </summary>
public string ID
{
get;
set;
}
/// <summary>
/// DataType 类型
/// </summary>
public string DataType
{
get;
set;
}
/// <summary>
/// DataType 类型
/// </summary>
public string DataTypeName
{
get;
set;
}
/// <summary>
/// 发布状态ID
/// </summary>
public string ReleaseStates
{
get;
set;
}
/// <summary>
/// 发布状态名称
/// </summary>
public string ReleaseStatesName
{
get;
set;
}
/// <summary>
/// 名称
/// </summary>
public string Name
{
get;
set;
}
/// <summary>
/// 编号
/// </summary>
public string Code
{
get;
set;
}
/// <summary>
/// 类型Id
/// </summary>
public string TypeId
{
get;
set;
}
/// <summary>
/// 类型名称
/// </summary>
public string TypeName
{
get;
set;
}
/// <summary>
/// 发布机构
/// </summary>
public string ReleaseUnit
{
get;
set;
}
/// <summary>
/// 发布日期
/// </summary>
public string ApprovalDateStr
{
get;
set;
}
/// <summary>
/// 发布日期
/// </summary>
public DateTime? ApprovalDate
{
get;
set;
}
/// <summary>
/// 生效日期
/// </summary>
public string EffectiveDateStr
{
get;
set;
}
/// <summary>
/// 生效日期
/// </summary>
public DateTime? EffectiveDate
{
get;
set;
}
/// <summary>
/// 废止日期
/// </summary>
public string AbolitionDateStr
{
get;
set;
}
/// <summary>
/// 废止日期
/// </summary>
public DateTime? AbolitionDate
{
get;
set;
}
/// <summary>
/// 替换内容
/// </summary>
public string ReplaceInfo
{
get;
set;
}
/// <summary>
/// 内容简介及重点关注条款
/// </summary>
public string Description
{
get;
set;
}
/// <summary>
/// 索引ID
/// </summary>
public string IndexesIds
{
get;
set;
}
/// <summary>
/// 索引名称
/// </summary>
public string IndexesNames
{
get;
set;
}
/// <summary>
/// 单位ID
/// </summary>
public string UnitId
{
get;
set;
}
/// <summary>
/// 单位名称
/// </summary>
public string UnitName
{
get;
set;
}
/// <summary>
/// 上传人
/// </summary>
public string CompileManName
{
get;
set;
}
/// <summary>
/// 上传时间
/// </summary>
public string CompileDateStr
{
get;
set;
}
/// <summary>
/// 上传时间
/// </summary>
public DateTime? CompileDate
{
get;
set;
}
/// <summary>
/// 附件路径
/// </summary>
public string AttachUrl
{
get;
set;
}
}
}
@@ -0,0 +1,65 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model
{
/// <summary>
/// 环境监测
/// </summary>
public class EnvironmentalCheckInput
{
/// <summary>
/// 项目id
/// </summary>
[Required(ErrorMessage = "ProjectId is required.")]
public string ProjectId { get; set; }
/// <summary>
/// /TSP
/// </summary>
[Required(ErrorMessage = "Tsp is required.")]
public double Tsp { get; set; }
/// <summary>
/// 温度
/// </summary>
[Required(ErrorMessage = "Temp is required.")]
public double Temp { get; set; }
/// <summary>
/// 噪声
/// </summary>
[Required(ErrorMessage = "Noise is required.")]
public double Noise { get; set; }
/// <summary>
/// 湿度
/// </summary>
[Required(ErrorMessage = "Humid is required.")]
public double Humid { get; set; }
/// <summary>
/// PM2.5
/// </summary>
[Required(ErrorMessage = "PmTwoPointFive is required.")]
public double PmTwoPointFive { get; set; }
/// <summary>
/// 风速
/// </summary>
[Required(ErrorMessage = "WindSpeed is required.")]
public double WindSpeed { get; set; }
/// <summary>
/// PM10
/// </summary>
[Required(ErrorMessage = "PmTen is required.")]
public double PmTen { get; set; }
/// <summary>
/// 监测时间
/// </summary>
[Required(ErrorMessage = "Time is required.")]
public DateTime Time { get; set; }
/// <summary>
/// 创建时间
/// </summary>
public DateTime? CreateTime { get; set; }
}
}
+892 -1
View File
File diff suppressed because it is too large Load Diff
+29 -2
View File
@@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Model</RootNamespace>
<AssemblyName>Model</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
@@ -47,6 +47,10 @@
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Data.Linq" />
<Reference Include="System.Web.DataVisualization" />
@@ -64,11 +68,16 @@
<Compile Include="APIItem\ArchitectureReport.cs" />
<Compile Include="APIItem\ArchitectureReportItem.cs" />
<Compile Include="APIItem\BaseInfoItem.cs" />
<Compile Include="APIItem\BaseProjectItem.cs" />
<Compile Include="APIItem\ChemicalReport.cs" />
<Compile Include="APIItem\ChemicalReportItem.cs" />
<Compile Include="APIItem\CNCEC\ActionWorkLedger.cs" />
<Compile Include="APIItem\CNCEC\ActionWorkLedgerItem.cs" />
<Compile Include="APIItem\CNCEC\CheckRectifyItem.cs" />
<Compile Include="APIItem\CNCEC\CNCEC_MasterData_PcEp.cs" />
<Compile Include="APIItem\CNCEC\Law_RulesRegulations.cs" />
<Compile Include="APIItem\CNCEC\NoticeOutput.cs" />
<Compile Include="APIItem\CNCEC\SafeLawItem.cs" />
<Compile Include="APIItem\CNCEC\SafetyProductionEvaluation.cs" />
<Compile Include="APIItem\CNCEC\SafetyProductionEvaluationItem.cs" />
<Compile Include="APIItem\CNCEC\SubUnitReportItemItem.cs" />
@@ -78,6 +87,7 @@
<Compile Include="APIItem\DropDownItem.cs" />
<Compile Include="APIItem\EnergyReport.cs" />
<Compile Include="APIItem\EnergyReportItem.cs" />
<Compile Include="APIItem\EnvironmentalCheckInput.cs" />
<Compile Include="APIItem\Environmental_OperationReportDto.cs" />
<Compile Include="APIItem\EPSummaryReport.cs" />
<Compile Include="APIItem\HJGL\JointCompreInfoItem.cs" />
@@ -232,12 +242,29 @@
<Compile Include="SpTDesktopItem.cs" />
<Compile Include="TestRun\DriverSub\DriverSubEvaluationData.cs" />
<Compile Include="TokenItem.cs" />
<Compile Include="ZHGL\DataSync\AccidentOutput.cs" />
<Compile Include="ZHGL\DataSync\BaseEntities.cs" />
<Compile Include="ZHGL\DataSync\CheckOutput.cs" />
<Compile Include="ZHGL\DataSync\ConstructionEquipmentOutput.cs" />
<Compile Include="ZHGL\DataSync\CostSmallDetailOutput.cs" />
<Compile Include="ZHGL\DataSync\CQMSDataItem.cs" />
<Compile Include="ZHGL\DataSync\EduTrainOutput.cs" />
<Compile Include="ZHGL\DataSync\EmergencyOutput.cs" />
<Compile Include="ZHGL\DataSync\HiddenRectificationOutput.cs" />
<Compile Include="ZHGL\DataSync\HJGLDataItem.cs" />
<Compile Include="ZHGL\DataSync\HSSEDataItem.cs" />
<Compile Include="ZHGL\DataSync\LargeEngineeringOutput.cs" />
<Compile Include="ZHGL\DataSync\LicenseOutput.cs" />
<Compile Include="ZHGL\DataSync\MeetingOutput.cs" />
<Compile Include="ZHGL\DataSync\OfSafetySupervisorsOutput.cs" />
<Compile Include="ZHGL\DataSync\ProjectInformationOutput.cs" />
<Compile Include="ZHGL\DataSync\ProjectOutput.cs" />
<Compile Include="ZHGL\DataSync\SecurityRiskOutput.cs" />
<Compile Include="ZHGL\DataSync\SYHSEDataItem.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
@@ -0,0 +1,28 @@
using System;
namespace Model
{
/// <summary>
/// 事故事件数据
/// </summary>
public class AccidentOutput:BaseEntities
{
public string Id { get; set; }
/// <summary>
/// 事故类型
/// </summary>
public string AccidentTypeName { get; set; }
/// <summary>
/// 发生时间
/// </summary>
public DateTime ? AccidentDate { get; set; }
/// <summary>
/// 人数
/// </summary>
public int ? PeopleNum { get; set; }
/// <summary>
/// 事故情况
/// </summary>
public string Info { get; set; }
}
}
+35
View File
@@ -0,0 +1,35 @@
namespace Model
{
public class BaseEntities
{
/// <summary>
/// 主键id
/// </summary>
public string Id { get; set; }
/// <summary>
/// 项目id
/// </summary>
public string ProjectId { get; set; }
/// <summary>
/// 项目编码
/// </summary>
public string ProjectCode { get; set; }
/// <summary>
/// 项目名称
/// </summary>
public string ProjectName { get; set; }
/// <summary>
/// 单位id
/// </summary>
public string UnitId { get; set; }
/// <summary>
/// 单位名称
/// </summary>
public string UnitName { get; set; }
/// <summary>
/// 单位编码
/// </summary>
public string UnitCode { get; set; }
}
}
+17
View File
@@ -0,0 +1,17 @@
using System;
using System.Security.Permissions;
namespace Model
{
public class CheckOutput : BaseEntities
{
/// <summary>
/// 检查组/人
/// </summary>
public string CheckTeam { get; set; }
/// <summary>
/// 检查日期
/// </summary>
public DateTime? CheckDate { get; set; }
}
}
@@ -0,0 +1,35 @@
using System;
namespace Model
{
public class ConstructionEquipmentOutput:BaseEntities
{
/// <summary>
/// 设备
/// </summary>
public string SpecialEquipmentName { get; set; }
/// <summary>
/// 类型
/// </summary>
public string EQType { get; set; }
/// <summary>
/// 规格型号
/// </summary>
public string SizeModel { get; set; }
/// <summary>
/// 进场自检情况
/// </summary>
public string OwnerCheck { get; set; }
/// <summary>
/// 设备合格证号
/// </summary>
public string CertificateNum { get; set; }
public DateTime? CompileDate { get; set; }
/// <summary>
/// 是否使用
/// </summary>
public bool ? IsUsed { get; set; }
}
}
@@ -0,0 +1,11 @@
using System;
namespace Model
{
public class CostSmallDetailOutput : BaseEntities
{
public DateTime? Months { get; set; }
public decimal? SUMCost { get; set; }
}
}
@@ -0,0 +1,12 @@
using System;
namespace Model
{
public class EduTrainOutput:BaseEntities
{
public string TrainTitle { get; set; }
public DateTime? TrainStartDate { get; set; }
public DateTime? TrainEndDate { get; set; }
public int TrainPersonNum { get; set; }
}
}
@@ -0,0 +1,27 @@
using System;
namespace Model
{
public class EmergencyOutput:BaseEntities
{
/// <summary>
/// 预案类型
/// </summary>
public string EmergencyTypeName { get; set; }
/// <summary>
/// 名称
/// </summary>
public string EmergencyName { get; set; }
/// <summary>
/// 版次
/// </summary>
public string VersionCode { get; set; }
public int? JointPersonNum { get; set; }
public decimal? DrillCost { get; set; }
/// <summary>
/// 整理日期
/// </summary>
public DateTime? Date { get; set; }
}
}
+1
View File
@@ -84,6 +84,7 @@ namespace Model
public int? ShutdownNum { get; set; }
public int? SpecialEquipmentNum { get; set; }
public int? SpecialOperationTrainNum { get; set; }
public int? EnvironmentalTrainNum { get; set; }
public int? SpecialSeriousAccidentNum { get; set; }
public int? SpecialTrainNum { get; set; }
public int? SuperCompletedNum { get; set; }
@@ -0,0 +1,26 @@
namespace Model
{
public class HiddenRectificationOutput :BaseEntities
{/// <summary>
/// 项目简称
/// </summary>
public string ProjectShortName { get; set; }
/// <summary>
/// 问题数量
/// </summary>
public int ProNum { get; set; }
/// <summary>
/// 整改数量
/// </summary>
public int RecNum { get; set; }
/// <summary>
/// 未整改数量
/// </summary>
public int NoRecNum { get; set; }
/// <summary>
/// 整改率
/// </summary>
public string RecRate { get; set; }
}
}
@@ -0,0 +1,38 @@
namespace Model
{
public class LargeEngineeringOutput:BaseEntities
{
/// <summary>
/// 危大工程审批完成数
/// </summary>
public int CompletedNum { get; set; }
/// <summary>
/// 危大工程培训人次数
/// </summary>
public int TrainPersonNum { get; set; }
/// <summary>
/// 危大工程施工个数
/// </summary>
public int ConstructionNum { get; set; }
/// <summary>
/// 危大工程完工个数
/// </summary>
public int FinishedNum { get; set; }
/// <summary>
/// 超危大工程审批完成数
/// </summary>
public int SuperCompletedNum { get; set; }
/// <summary>
/// 超危大工程培训人次数
/// </summary>
public int SuperTrainPersonNum { get; set; }
/// <summary>
/// 超危大工程施工个数
/// </summary>
public int SuperConstructionNum { get; set; }
/// <summary>
/// 超危大工程完工个数
/// </summary>
public int SuperFinishedNum { get; set; }
}
}
+20
View File
@@ -0,0 +1,20 @@
using System;
namespace Model
{
/// <summary>
/// 作业许可证
/// </summary>
public class LicenseOutput:BaseEntities
{
public string LicenseTypeName { get; set; }
public string UnitTypeName { get; set; }
public string WorkAreaName { get; set; }
public bool? IsHighRisk { get; set; }
public DateTime? CompileDate { get; set; }
public DateTime? StartDate { get; set; }
public DateTime? EndDate { get; set; }
public string WorkStatesStr { get; set; }
}
}
+32
View File
@@ -0,0 +1,32 @@
using System;
namespace Model
{
public class MeetingOutput:BaseEntities
{
/// <summary>
/// 标题
/// </summary>
public string MeetingName { get; set; }
/// <summary>
/// 日期
/// </summary>
public DateTime? MeetingDate { get; set; }
/// <summary>
///
/// </summary>
public decimal? MeetingHours { get; set; }
/// <summary>
/// 主持人
/// </summary>
public string HostMan { get; set; }
/// <summary>
/// 参会人数
/// </summary>
public int? AttentPersonNum { get; set; }
/// <summary>
/// 参会人员
/// </summary>
public string AttentPerson { get; set; }
}
}
@@ -0,0 +1,29 @@
namespace Model
{
/// <summary>
/// 安监人员数据
/// </summary>
public class OfSafetySupervisorsOutput : BaseEntities
{
/// <summary>
/// 姓名
/// </summary>
public string Name { get; set; }
/// <summary>
/// 性别
/// </summary>
public string Sex { get; set; }
/// <summary>
/// 身份证号
/// </summary>
public string IdentityCard { get; set; }
/// <summary>
/// 岗位名称
/// </summary>
public string WorkPostName { get; set; }
/// <summary>
/// 电话
/// </summary>
public string Phone { get; set; }
}
}
@@ -0,0 +1,7 @@
namespace Model
{
public class ProjectInformationOutput
{
}
}
+20
View File
@@ -0,0 +1,20 @@
using System;
namespace Model
{
public class ProjectOutput :BaseEntities
{
public DateTime? StartDate { get; set; }
public DateTime? EndDate { get; set; }
public string ProjectAddress { get; set; }
public string ShortName { get; set; }
public decimal? ConstructionMoney { get; set; }
public string ProjectStateName { get; set; }
public string ProjectState { get; set; }
public string ProjectAttributeName { get; set; }
public decimal? ProjectMoney { get; set; }
public int? DayCount { get; set; }
public string ProjectTypeName { get; set; }
public string ProjectStateName2 { get; set; }
}
}
@@ -0,0 +1,22 @@
namespace Model
{
public class SecurityRiskOutput:BaseEntities
{
/// <summary>
/// 一般风险数
/// </summary>
public int GeneralRiskNum { get; set; }
/// <summary>
/// 低风险数
/// </summary>
public int LowRiskNum { get; set; }
/// <summary>
/// 中风险数
/// </summary>
public int MediumRiskNum { get; set; }
/// <summary>
/// 高风险数
/// </summary>
public int HighRiskNum { get; set; }
}
}