20210709
This commit is contained in:
@@ -326566,6 +326566,10 @@ namespace Model
|
||||
|
||||
private string _IsOutsideStr;
|
||||
|
||||
private System.Data.Linq.Binary _HeadImage;
|
||||
|
||||
private System.Nullable<System.DateTime> _RealNameAddTime;
|
||||
|
||||
public View_SitePerson_Person()
|
||||
{
|
||||
}
|
||||
@@ -327689,6 +327693,38 @@ namespace Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HeadImage", DbType="Image", CanBeNull=true, UpdateCheck=UpdateCheck.Never)]
|
||||
public System.Data.Linq.Binary HeadImage
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._HeadImage;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._HeadImage != value))
|
||||
{
|
||||
this._HeadImage = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RealNameAddTime", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> RealNameAddTime
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._RealNameAddTime;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._RealNameAddTime != value))
|
||||
{
|
||||
this._RealNameAddTime = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_Solution_LargerHazardListItem")]
|
||||
|
||||
Reference in New Issue
Block a user