2023-03-09 安全首页修改
This commit is contained in:
@@ -0,0 +1,180 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data.Linq;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
/// <summary>
|
||||
/// 实名制人员项
|
||||
/// </summary>
|
||||
public class RealNamePersonItem
|
||||
{
|
||||
/// <summary>
|
||||
/// 项目号
|
||||
/// </summary>
|
||||
public string projectCode
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string projectName
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string unitName
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string collCropCode
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string teamGroupName
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string name
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string workPostName{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string idcardType
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string idcardNumber
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string idcardStartDate
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string idcardEndDate
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string idcardForever
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string politicsStatus
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string eduLevel
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string maritalStatus
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string sex
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string idcardAddress
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string homeAddress
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string birthday
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string nation
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string countryCode
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string provinceCode
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public Binary positiveIdcardImage
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public Binary negativeIdcardImage
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public Binary headImage
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string mobile
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string teamLeaderFlag
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string userType
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string workType
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string isLeave
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string entryTime
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string exitTime
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
}
|
||||
}
|
||||
+12
-12
@@ -167349,11 +167349,11 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _SpecialOperationTrainNum;
|
||||
|
||||
private System.Nullable<int> _TotalEnergyConsumption;
|
||||
private System.Nullable<decimal> _TotalEnergyConsumption;
|
||||
|
||||
private System.Nullable<int> _IncomeComprehensiveEnergyConsumption;
|
||||
private System.Nullable<decimal> _IncomeComprehensiveEnergyConsumption;
|
||||
|
||||
private System.Nullable<int> _NewWaterConsumption;
|
||||
private System.Nullable<decimal> _NewWaterConsumption;
|
||||
|
||||
private System.Nullable<int> _HeadOfficeInspectorGeneralNum;
|
||||
|
||||
@@ -167509,11 +167509,11 @@ namespace Model
|
||||
partial void OnSpecialTrainNumChanged();
|
||||
partial void OnSpecialOperationTrainNumChanging(System.Nullable<int> value);
|
||||
partial void OnSpecialOperationTrainNumChanged();
|
||||
partial void OnTotalEnergyConsumptionChanging(System.Nullable<int> value);
|
||||
partial void OnTotalEnergyConsumptionChanging(System.Nullable<decimal> value);
|
||||
partial void OnTotalEnergyConsumptionChanged();
|
||||
partial void OnIncomeComprehensiveEnergyConsumptionChanging(System.Nullable<int> value);
|
||||
partial void OnIncomeComprehensiveEnergyConsumptionChanging(System.Nullable<decimal> value);
|
||||
partial void OnIncomeComprehensiveEnergyConsumptionChanged();
|
||||
partial void OnNewWaterConsumptionChanging(System.Nullable<int> value);
|
||||
partial void OnNewWaterConsumptionChanging(System.Nullable<decimal> value);
|
||||
partial void OnNewWaterConsumptionChanged();
|
||||
partial void OnHeadOfficeInspectorGeneralNumChanging(System.Nullable<int> value);
|
||||
partial void OnHeadOfficeInspectorGeneralNumChanged();
|
||||
@@ -167942,8 +167942,8 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalEnergyConsumption", DbType="Int")]
|
||||
public System.Nullable<int> TotalEnergyConsumption
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalEnergyConsumption", DbType="Decimal(18,4)")]
|
||||
public System.Nullable<decimal> TotalEnergyConsumption
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -167962,8 +167962,8 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IncomeComprehensiveEnergyConsumption", DbType="Int")]
|
||||
public System.Nullable<int> IncomeComprehensiveEnergyConsumption
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IncomeComprehensiveEnergyConsumption", DbType="Decimal(18,4)")]
|
||||
public System.Nullable<decimal> IncomeComprehensiveEnergyConsumption
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -167982,8 +167982,8 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_NewWaterConsumption", DbType="Int")]
|
||||
public System.Nullable<int> NewWaterConsumption
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_NewWaterConsumption", DbType="Decimal(18,4)")]
|
||||
public System.Nullable<decimal> NewWaterConsumption
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
@@ -175,6 +175,7 @@
|
||||
<Compile Include="DoorServer\attendanceItem.cs" />
|
||||
<Compile Include="DoorServer\attendanceItems.cs" />
|
||||
<Compile Include="DoorServer\InOutListItem.cs" />
|
||||
<Compile Include="DoorServer\RealNamePersonItem.cs" />
|
||||
<Compile Include="DoorServer\t_d_departmentItem.cs" />
|
||||
<Compile Include="DoorServer\t_d_employinfoItem.cs" />
|
||||
<Compile Include="DoorServer\InOutstatisticsItem.cs" />
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace Model
|
||||
public int? HeadOfficeInspectorGeneralNum { get; set; }
|
||||
public int? HighRiskNum { get; set; }
|
||||
public string Id { get; set; }
|
||||
public int? IncomeComprehensiveEnergyConsumption { get; set; }
|
||||
public decimal? IncomeComprehensiveEnergyConsumption { get; set; }
|
||||
public int? JoinConstructionPersonNum { get; set; }
|
||||
public int? LicensesCloseNum { get; set; }
|
||||
public int? LicensesNum { get; set; }
|
||||
@@ -61,7 +61,7 @@ namespace Model
|
||||
public string MajorRate { get; set; }
|
||||
public int? MediumRiskNum { get; set; }
|
||||
public int? NearMissNum { get; set; }
|
||||
public int? NewWaterConsumption { get; set; }
|
||||
public decimal? NewWaterConsumption { get; set; }
|
||||
public int? ProjectComprehensivePlanNum { get; set; }
|
||||
public int? ProjectDrillNum { get; set; }
|
||||
public int? ProjectFullTimeNum { get; set; }
|
||||
@@ -90,7 +90,7 @@ namespace Model
|
||||
public int? SuperConstructionNum { get; set; }
|
||||
public int? SuperFinishedNum { get; set; }
|
||||
public int? SuperTrainPersonNum { get; set; }
|
||||
public int? TotalEnergyConsumption { get; set; }
|
||||
public decimal? TotalEnergyConsumption { get; set; }
|
||||
public int? TotalWorkingHour { get; set; }
|
||||
public int? TrainPersonNum { get; set; }
|
||||
public string UnitId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user