根据条件获取人员出入场记录接口取消项目代号必填,返回增加项目代号,项目名称,人员身份证号信息。
This commit is contained in:
@@ -86,6 +86,20 @@ namespace Model
|
||||
get; set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 项目代号
|
||||
/// </summary>
|
||||
public string ProjectCode
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 项目名称
|
||||
/// </summary>
|
||||
public string ProjectName
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 单位ID
|
||||
/// </summary>
|
||||
public string UnitId
|
||||
|
||||
Reference in New Issue
Block a user