1
This commit is contained in:
@@ -463112,6 +463112,8 @@ namespace Model
|
||||
|
||||
private string _ProblemTypes;
|
||||
|
||||
private string _RiskLevel;
|
||||
|
||||
private System.Nullable<int> _SortIndex;
|
||||
|
||||
private string _Situation;
|
||||
@@ -463436,6 +463438,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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user