添加参数
This commit is contained in:
@@ -77,7 +77,17 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
/// <summary>
|
||||
/// 标识
|
||||
/// </summary>
|
||||
public string Identification { get; set; }
|
||||
public string Identification { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 是否完成
|
||||
/// </summary>
|
||||
public bool? IsFinish { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否加入计划
|
||||
/// </summary>
|
||||
public bool? IsJoinPlan { get; set; }
|
||||
|
||||
|
||||
|
||||
@@ -199,6 +209,16 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
/// </summary>
|
||||
public bool? IsHaveReason { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否完成
|
||||
/// </summary>
|
||||
public bool? IsFinish { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否加入计划
|
||||
/// </summary>
|
||||
public bool? IsJoinPlan { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -175,6 +175,8 @@ namespace IRaCIS.Core.Application.Service
|
||||
Identification=data.Identification,
|
||||
IsHaveReason=data.IsHaveReason,
|
||||
IsHaveSign=data.IsHaveSign,
|
||||
IsFinish=data.IsFinish,
|
||||
IsJoinPlan=data.IsJoinPlan,
|
||||
};
|
||||
|
||||
query = query
|
||||
|
||||
Reference in New Issue
Block a user