2023-04-28

This commit is contained in:
2023-04-28 17:26:38 +08:00
parent 5b740e7bda
commit 9a94d0a844
7 changed files with 150 additions and 59 deletions
+18
View File
@@ -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
{