添加接口
This commit is contained in:
@@ -58,6 +58,16 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public string ByTrialConfig { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 是否有签名
|
||||
/// </summary>
|
||||
public bool? IsHaveSign { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否有原因
|
||||
/// </summary>
|
||||
public bool? IsHaveReason { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 是否向前站位
|
||||
@@ -179,6 +189,18 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 是否有签名
|
||||
/// </summary>
|
||||
public bool? IsHaveSign { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否有原因
|
||||
/// </summary>
|
||||
public bool? IsHaveReason { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
from leftOptTypeId in OptTypeIdtemp.DefaultIfEmpty()
|
||||
join ObjectTypeId in _repository.GetQueryable<Dictionary>() on data.ObjectTypeId equals ObjectTypeId.Id.ToString() into ObjectTypeIdtemp
|
||||
from leftObjectTypeIdtemp in ObjectTypeIdtemp.DefaultIfEmpty()
|
||||
select new FrontAuditConfigView()
|
||||
select new FrontAuditConfigView()
|
||||
{
|
||||
|
||||
IsShowParent = data.IsShowParent,
|
||||
@@ -148,6 +148,8 @@ namespace IRaCIS.Core.Application.Service
|
||||
ByTrialConfig=data.ByTrialConfig,
|
||||
IsForwardPosition=data.IsForwardPosition,
|
||||
Identification=data.Identification,
|
||||
IsHaveReason=data.IsHaveReason,
|
||||
IsHaveSign=data.IsHaveSign,
|
||||
};
|
||||
|
||||
query = query
|
||||
|
||||
Reference in New Issue
Block a user