提交定制会内容

This commit is contained in:
2025-06-19 18:59:39 +08:00
parent 6be8d160e0
commit e1eb091f3b
150 changed files with 24036 additions and 582 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; }
}
}