20210726
This commit is contained in:
+24
-6
@@ -325791,6 +325791,8 @@ namespace Model
|
||||
|
||||
private string _CardNo;
|
||||
|
||||
private string _PersonId;
|
||||
|
||||
private string _ProjectId;
|
||||
|
||||
private string _IdentityCard;
|
||||
@@ -325799,7 +325801,7 @@ namespace Model
|
||||
|
||||
private System.Nullable<System.DateTime> _IntoOutTime;
|
||||
|
||||
private System.Nullable<bool> _IntoOut;
|
||||
private string _IntoOut;
|
||||
|
||||
private string _Address;
|
||||
|
||||
@@ -325849,6 +325851,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PersonId", DbType="NVarChar(50)")]
|
||||
public string PersonId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PersonId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PersonId != value))
|
||||
{
|
||||
this._PersonId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50)")]
|
||||
public string ProjectId
|
||||
{
|
||||
@@ -325881,7 +325899,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaId", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaId", DbType="NVarChar(50)")]
|
||||
public string WorkAreaId
|
||||
{
|
||||
get
|
||||
@@ -325913,8 +325931,8 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IntoOut", DbType="Bit")]
|
||||
public System.Nullable<bool> IntoOut
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IntoOut", DbType="Char(1)")]
|
||||
public string IntoOut
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -325945,7 +325963,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(500)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(100)")]
|
||||
public string WorkAreaName
|
||||
{
|
||||
get
|
||||
@@ -326009,7 +326027,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_States", DbType="VarChar(1)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_States", DbType="Char(1)")]
|
||||
public string States
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user