人员档案补充筛选条件
This commit is contained in:
@@ -449643,6 +449643,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<bool> _IsHsse;
|
||||
|
||||
private System.Nullable<bool> _IsCQMS;
|
||||
|
||||
private System.Nullable<int> _TrainCount;
|
||||
|
||||
private string _AuditorId;
|
||||
@@ -450325,6 +450327,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsCQMS", DbType="Bit")]
|
||||
public System.Nullable<bool> IsCQMS
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._IsCQMS;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._IsCQMS != value))
|
||||
{
|
||||
this._IsCQMS = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TrainCount", DbType="Int")]
|
||||
public System.Nullable<int> TrainCount
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user