五环二期集团数据对接

This commit is contained in:
2025-06-19 16:55:10 +08:00
parent 5ed020c7e1
commit 0736adf719
105 changed files with 14375 additions and 1224 deletions
@@ -1,6 +1,6 @@
namespace Model
{
public class LargeEngineeringOutput : BaseEntities
public class LargeEngineeringOutput:BaseEntities
{
/// <summary>
/// 危大工程审批完成数
@@ -42,5 +42,13 @@
/// 超危大工程论证个数
/// </summary>
public int SuperArgumentNum { get; set; }
/// <summary>
/// 危大工程作业人员数
/// </summary>
public int OperativesNum { get; set; }
/// <summary>
/// 超危大工程作业人员数
/// </summary>
public int SuperOperativesNum { get; set; }
}
}