2023-04-28
This commit is contained in:
@@ -375214,6 +375214,8 @@ namespace Model
|
||||
|
||||
private string _DataType;
|
||||
|
||||
private string _RiskLevel;
|
||||
|
||||
private string _UnitName;
|
||||
|
||||
private string _HandleStepStr;
|
||||
@@ -375500,6 +375502,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RiskLevel", DbType="VarChar(50)")]
|
||||
public string RiskLevel
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._RiskLevel;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._RiskLevel != value))
|
||||
{
|
||||
this._RiskLevel = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitName", DbType="NVarChar(200)")]
|
||||
public string UnitName
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user