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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user