人员档案补充筛选条件

This commit is contained in:
2025-06-09 14:37:48 +08:00
parent 3e032aff19
commit c30a2c9503
9 changed files with 205 additions and 27 deletions
+18
View File
@@ -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
{