修改一版

This commit is contained in:
he
2022-06-06 16:20:13 +08:00
parent 93d363f76c
commit 198a8601be
4 changed files with 137 additions and 108 deletions
@@ -56,12 +56,12 @@ namespace IRaCIS.Core.Application.ViewModel
/// <summary>
/// 数据来源对象
/// </summary>
public Guid DataFromItemGuid { get; set; }
public Guid FromItemId { get; set; }
/// <summary>
/// 要赋值到的对象
/// </summary>
public Guid ThisItemGuid { get; set; }
public Guid ToItemId { get; set; }
}
@@ -84,7 +84,7 @@ namespace IRaCIS.Core.Application.ViewModel
public class GetDescriptionByModuleTypeDto
{
public Guid? ModuleType { get; set; }
public Guid ModuleTypeId { get; set; }
}
///<summary>FrontAuditConfigQuery 列表查询参数模型</summary>
@@ -118,7 +118,7 @@ namespace IRaCIS.Core.Application.ViewModel
public class ChangeFrontAuditSortDto
{
public List<FrontAuditSort> SortData { get; set; }
public List<FrontAuditSort> SortDataList { get; set; }
}
public class FrontAuditSort