修改实业及环保数据

This commit is contained in:
2023-03-09 14:50:40 +08:00
parent 1e79fa5a96
commit e78f7c64e6
44 changed files with 5704 additions and 233 deletions
@@ -0,0 +1,29 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model
{
public class NewSYHSEDataRiskControlItem
{
/// <summary>
/// ID
/// </summary>
public string Id
{
get;
set;
}
/// <summary>
/// 风险名称
/// </summary>
public string RiskControlName
{
get;
set;
}
}
}