督查检查

This commit is contained in:
2025-12-15 14:35:30 +08:00
parent d56957e41e
commit 31385b8dd1
8 changed files with 273 additions and 29 deletions
+18
View File
@@ -429592,6 +429592,8 @@ namespace Model
private string _ProblemTypes;
private string _RiskLevel;
private System.Nullable<int> _SortIndex;
private string _Situation;
@@ -429916,6 +429918,22 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RiskLevel", DbType="NVarChar(50)")]
public string RiskLevel
{
get
{
return this._RiskLevel;
}
set
{
if ((this._RiskLevel != value))
{
this._RiskLevel = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SortIndex", DbType="Int")]
public System.Nullable<int> SortIndex
{