202306281、优化人员档案列表未培训判断。2、删除项目人员方法加判断存在重复身份证号码人员直接删除。3、项目劳务人员加部门查询下拉框。
This commit is contained in:
@@ -283058,6 +283058,8 @@ namespace Model
|
||||
|
||||
private string _UnitId;
|
||||
|
||||
private string _DepartId;
|
||||
|
||||
private System.Nullable<System.DateTime> _Birthday;
|
||||
|
||||
private string _TeamGroupId;
|
||||
@@ -283364,6 +283366,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DepartId", DbType="NVarChar(50)")]
|
||||
public string DepartId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._DepartId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._DepartId != value))
|
||||
{
|
||||
this._DepartId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Birthday", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> Birthday
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user