HSE巡检调整
This commit is contained in:
@@ -424423,6 +424423,8 @@ namespace Model
|
||||
|
||||
private string _StatesStr;
|
||||
|
||||
private string _ConfirmStr;
|
||||
|
||||
private string _RegisterTypesId;
|
||||
|
||||
private string _RegisterTypesName;
|
||||
@@ -425195,6 +425197,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ConfirmStr", DbType="VarChar(6) NOT NULL", CanBeNull=false)]
|
||||
public string ConfirmStr
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ConfirmStr;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ConfirmStr != value))
|
||||
{
|
||||
this._ConfirmStr = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RegisterTypesId", DbType="NVarChar(50)")]
|
||||
public string RegisterTypesId
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user