修改排序和标准确认生成任务

This commit is contained in:
2024-04-15 11:19:31 +08:00
parent 1c5e4454da
commit c2aefebedc
3 changed files with 15 additions and 8 deletions
@@ -108,6 +108,9 @@ namespace IRaCIS.Core.Application.ViewModel
public bool IsDistinguishCriteria { get; set; }
public string SortField { get; set; } = string.Empty;
public bool Asc { get; set; }
}